Allow closing the sidebar when a timeout occured
This commit is contained in:
parent
d218d5bf7d
commit
d02ea8a133
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@
|
|||
'changeset' => I18n.t('browse.timeout.type.changeset'),
|
||||
};
|
||||
%>
|
||||
<p><%= t'browse.timeout.sorry', :type=> browse_timeout_type[@type] , :id => params[:id] %></p>
|
||||
<div class="browse-section">
|
||||
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
|
||||
<%= t'browse.timeout.sorry', :type=> browse_timeout_type[@type] , :id => params[:id] %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue