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'),
};
%>
<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>