]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation_history.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / browse / relation_history.rhtml
diff --git a/app/views/browse/relation_history.rhtml b/app/views/browse/relation_history.rhtml
deleted file mode 100644 (file)
index 45f3d14..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<%
-@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">
-    <td>
-      <% @relation.old_relations.reverse.each do |relation| %>
-        <%= render :partial => "relation_details", :object => relation %>
-        <hr />
-      <% end %>
-      <%= link_to "Download XML", :controller => "old_relation", :action => "history" %>
-      or
-      <%= link_to "view details", :action => "relation" %>
-    </td>
-    <%= render :partial => "map", :object => @relation %>
-  </tr>
-</table>