Allow closing the sidebar when a timeout occured

This commit is contained in:
Florian Schäfer 2015-12-05 21:59:27 +01:00
parent d218d5bf7d
commit d02ea8a133

View file

@ -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>