]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_containing_relation.rhtml
Adding the ability to see the min/max lat/lon for a changeset in the data browser...
[rails.git] / app / views / browse / _containing_relation.rhtml
1 <tr>
2   <td>
3     <%= link_to "Relation " + containing_relation.id.to_s, :action => "relation", :id => containing_relation.id.to_s %>
4     <% unless containing_relation.member_role.blank? %>
5       (as <%= h(containing_relation.member_role) %>)
6     <% end %>
7   </td>
8 </tr>