openstreetmap-website/app/views/browse/not_found.html.erb
2009-06-09 20:50:14 +00:00

8 lines
300 B
Text

<%
browse_not_found_type = {
'node' => I18n.t('browse.not_found.type.node'),
'way' => I18n.t('browse.not_found.type.way'),
'relation' => I18n.t('browse.not_found.type.relation'),
};
%>
<p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>