Blame view

app/views/shared/not_found.html.erb 529 Bytes
645651de   Antonio Terceiro   Rename *.rhtml ->...
1
<div id='not-found'>
1217394d   Leandro Santos   should not escape...
2
    <h1><%= _('There is no such page: %s').html_safe % (content_tag('tt', @path)) %></h1>
645651de   Antonio Terceiro   Rename *.rhtml ->...
3
    <p>
abf4928f   Augusto_Serpro   primeira versao c...
4
    <%= _('You may have clicked an expired link or mistyped the address.') %>
f93c29c5   Victor Costa   Fix not found page
5
    <%= _('If you clicked a link that was in another site, or was given to you by someone else, it would be nice if you tell them that their link is not valid anymore.') %>
abf4928f   Augusto_Serpro   primeira versao c...
6
    </p>
645651de   Antonio Terceiro   Rename *.rhtml ->...
7
    <%= button_bar do %>
776ca7bc   Braulio Bhavamitra   html_safe: Always...
8
      <%= button :back, _('Go back'), :back %>
645651de   Antonio Terceiro   Rename *.rhtml ->...
9
10
      <%= button :home, _('Go to the home page'), '/' %>
    <% end %>
abf4928f   Augusto_Serpro   primeira versao c...
11
</div>
e1d2bf9c   Leandro Santos   fix new content u...

abf4928f   Augusto_Serpro   primeira versao c...

645651de   Antonio Terceiro   Rename *.rhtml ->...

237f98c7   Augusto_Serpro   melhoramentos

645651de   Antonio Terceiro   Rename *.rhtml ->...