Add close button to 404 page
This commit is contained in:
parent
3fa364a22c
commit
2bb59daa37
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue