about summary refs log tree commit diff
path: root/app/views/errors
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-25 04:04:04 +0200
committerGitHub <noreply@github.com>2017-09-25 04:04:04 +0200
commit2c8e3fbbfbe26fb78418324ef14caf13ab207623 (patch)
tree5d33ed814964bba9fd11899087585bda02bd5669 /app/views/errors
parentb982d549f440cfebadd5dc8d300a506df213bfee (diff)
Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067)
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/500.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/errors/500.html.haml b/app/views/errors/500.html.haml
new file mode 100644
index 000000000..e124be551
--- /dev/null
+++ b/app/views/errors/500.html.haml
@@ -0,0 +1,5 @@
+- content_for :page_title do
+  = t('errors.500')
+
+- content_for :content do
+  = t('errors.500')