This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
nyastodon
Watch
1
Star
0
Fork
You've already forked nyastodon
0
mirror of
https://git.bsd.gay/fef/nyastodon.git
synced
2024-11-01 19:21:13 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
04eaa1943f
nyastodon
/
app
/
views
/
errors
/
404.html.haml
6 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
2017-01-21 22:30:47 +01:00
- content_for :page_title do
Make Reporting admin section translatable (#1549) * Make Reporting admin section translatable And translate it into english and french Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Make subject of emails translatable and improve french translation Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Make error pages translatable and translate them in english and french Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Translate site setting section * Insert instance in registration emails and improve them a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2017-04-12 17:11:49 +02:00
= t('errors.404')
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
2017-01-21 22:30:47 +01:00
- content_for :content do
Added haml-lint and fix warnings (#2773) * add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
2017-05-08 03:35:25 +02:00
= t('errors.404')
Reference in a new issue
Copy permalink