]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / browse / _tag_details.rhtml
diff --git a/app/views/browse/_tag_details.rhtml b/app/views/browse/_tag_details.rhtml
deleted file mode 100644 (file)
index b5f2d97..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<% unless tag_details.tags.empty? %>
-  <tr valign="top">
-    <th><%= t'browse.tag_details.tags' %></th>
-    <td>
-      <table cellpadding="0">
-        <%= render :partial => "tag", :collection => tag_details.tags.sort %>
-      </table>
-    </td>
-  </tr>
-<% end %>