]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Rename views to rails 2 style names.
[rails.git] / app / views / browse / _tag_details.html.erb
diff --git a/app/views/browse/_tag_details.html.erb b/app/views/browse/_tag_details.html.erb
new file mode 100644 (file)
index 0000000..b5f2d97
--- /dev/null
@@ -0,0 +1,10 @@
+<% 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 %>