]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / browse / way_history.rhtml
diff --git a/app/views/browse/way_history.rhtml b/app/views/browse/way_history.rhtml
deleted file mode 100644 (file)
index edb967e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<%
-@name = printable_name @way
-@title = t('browse.way_history.way_history') + ' | ' + @name
-%>
-<h2><%= t'browse.way_history.way_history_title', :way_name => h(@name) %></h2>
-
-<table width="100%">
-  <tr valign="top">
-    <td>
-      <% @way.old_ways.reverse.each do |way| %>
-        <%= render :partial => "way_details", :object => way %>
-        <hr />
-      <% end %>
-      <%= t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), 
-                                          :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %>
-    </td>
-    <%= render :partial => "map", :object => @way %>
-  </tr>
-</table>