This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
闭社主体 forked from
https://github.com/tootsuite/mastodon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7715
Commits
2
Branches
112 MiB
Tree:
ac2b485e46
closed-social-v3
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ac2b485e46'
${ noResults }
mastodon_neko
/
app
/
views
/
errors
/
404.html.haml
5 lines
96 B
Raw
Normal View
History
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
7 years ago
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>
7 years ago
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
7 years ago
Added haml-lint and fix warnings (#2773) * add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
7 years ago
- content_for :page_title do
= t('errors.404')
- content_for :content do
= t('errors.404')