diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-25 04:04:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 04:04:04 +0200 |
commit | 2c8e3fbbfbe26fb78418324ef14caf13ab207623 (patch) | |
tree | 5d33ed814964bba9fd11899087585bda02bd5669 /app/views/errors/500.html.haml | |
parent | b982d549f440cfebadd5dc8d300a506df213bfee (diff) |
Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067)
Diffstat (limited to 'app/views/errors/500.html.haml')
-rw-r--r-- | app/views/errors/500.html.haml | 5 |
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') |