Add close button to 404 page

This commit is contained in:
Aaron Lidman 2013-11-12 18:03:02 -08:00
parent 3fa364a22c
commit 2bb59daa37

View file

@ -7,4 +7,6 @@
};
%>
<h2><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></h2>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
<%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></h2>