This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
73c0c36e7b
tootlab-mastodon
/
app
/
views
/
errors
/
410.html.haml
6 lines
96 B
Plaintext
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 16:30:47 -05: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 11:11:49 -04:00
= t('errors.410')
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
2017-01-21 16:30:47 -05:00
- content_for :content 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 11:11:49 -04:00
= t('errors.410')