-<h2>Relation History: <%= h(@name) %></h2>
+<%
+@name = printable_name @relation
+@title = t('browse.relation_history.relation_history') + ' | ' + @name
+%>
+<h2><%= t'browse.relation_history.relation_history_title', :relation_name => h(@name) %></h2>
<table width="100%">
<tr valign="top">
or
<%= link_to "view details", :action => "relation" %>
</td>
- <td align="right">
- <% if @relation.visible %>
- <%= render :partial => "map", :locals => { :type => "relation", :id => @relation.id } %>
- <% else %>
- Deleted
- <% end %>
- </td>
+ <%= render :partial => "map", :object => @relation %>
</tr>
</table>