summaryrefslogtreecommitdiff
path: root/app/views/errors/server_error.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/server_error.html.haml')
-rw-r--r--app/views/errors/server_error.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/errors/server_error.html.haml b/app/views/errors/server_error.html.haml
index 68baf20..a4133da 100644
--- a/app/views/errors/server_error.html.haml
+++ b/app/views/errors/server_error.html.haml
@@ -1,7 +1,7 @@
.hero-unit
- %h1=t :server_error_title
- %h2=t :server_error_subtitle
- %p.lead=t :server_error_lead
+ %h1=t 'errors.title.server_error'
+ %h2=t 'errors.subtitle.server_error', default: ''
+ %p.lead=t 'errors.text.server_error', default: ''
%a.btn.btn-primary.btn-large{href:'/'}
%i.icon-home.icon-white
=t :home