app/views/errors/server_error.html.slim
- content_for :page_header_title, 'Erreur serveur'
.page_content
.container-fluid
.row
.col-lg-12
.alert.alert-danger
- if I18n.locale == :fr
p
strong = "Désolé, une erreur est survenue."
p = "Vous pouvez néanmoins continuer à utiliser l'application."
- else
p
strong = "We're sorry, but something went wrong."
p = "You can still continue the use the #{"brandname".t} application. Thank you for understanding."