Style browse 404 page and simplify wording, closes #53

This commit is contained in:
Aaron Lidman 2013-11-12 11:36:09 -08:00
parent 4bfbdcc2f1
commit 1a0ef82ab8
2 changed files with 3 additions and 2 deletions

View file

@ -6,4 +6,5 @@
'changeset' => I18n.t('browse.not_found.type.changeset'), 'changeset' => I18n.t('browse.not_found.type.changeset'),
}; };
%> %>
<p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>
<h2><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></h2>

View file

@ -179,7 +179,7 @@ en:
view_history: "View history" view_history: "View history"
edit: "Edit node" edit: "Edit node"
not_found: not_found:
sorry: "Sorry, the %{type} with the id %{id}, could not be found." sorry: "Sorry, %{type} #%{id} could not be found."
type: type:
node: node node: node
way: way way: way