]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/relation.html.erb
Style browse 404 page and simplify wording, closes #53
[rails.git] / app / views / browse / relation.html.erb
1 <%
2   @name = printable_name @relation
3   set_title(t('browse.relation.relation') + ' | ' + @name)
4 %>
5
6 <h2>
7   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
8   <%= t'browse.relation.relation_title', :relation_name => @name %>
9 </h2>
10
11 <%= render :partial => "relation_details", :object => @relation %>
12
13 <div class='secondary-actions'>
14   <%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
15   &middot;
16   <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>
17 </div>