openstreetmap-website/app/views/browse/timeout.html.erb
2015-12-05 21:59:27 +01:00

12 lines
461 B
Text

<%
browse_timeout_type = {
'node' => I18n.t('browse.timeout.type.node'),
'way' => I18n.t('browse.timeout.type.way'),
'relation' => I18n.t('browse.timeout.type.relation'),
'changeset' => I18n.t('browse.timeout.type.changeset'),
};
%>
<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>