]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/timeout.html.erb
Included greeting string in changeset_comment_notification email
[rails.git] / app / views / browse / timeout.html.erb
1 <%
2   browse_timeout_type = {
3     'node' => I18n.t('browse.timeout.type.node'),
4     'way' => I18n.t('browse.timeout.type.way'),
5     'relation' => I18n.t('browse.timeout.type.relation'),
6     'changeset' => I18n.t('browse.timeout.type.changeset'),
7   };
8 %>
9 <div class="browse-section">
10   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
11   <%= t'browse.timeout.sorry', :type=> browse_timeout_type[@type] , :id => params[:id] %>
12 </div>