feat: Pages + Errors localization

This commit is contained in:
NGPixel
2017-05-02 21:00:58 -04:00
parent 69c342f80b
commit 3db9cf4efd
4 changed files with 20 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ html(data-logic='error')
body(class='is-forbidden')
.container
a(href='/'): img(src='/images/logo.png')
h1 Forbidden
h2 Sorry, you don't have the necessary permissions to access this page.
a.button.is-amber.is-inverted(href='/') Go Home
a.button.is-amber.is-inverted(href='/login') Login as...
h1= t('errors:forbidden')
h2= t('errors:forbiddendetail')
a.button.is-amber.is-inverted(href='/')= t('errors:actions.gohome')
a.button.is-amber.is-inverted(href='/login')= t('errors:actions.loginas')