]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.rhtml
Make a few more things translatable.
[rails.git] / app / views / browse / _tag_details.rhtml
index 6f82689c2cfb94311bcfc3cbe55e268df3e36413..b5f2d97e7520d1483a651988ebe3398788a80a08 100644 (file)
@@ -1,10 +1,10 @@
-<% unless tag_details.tags_as_hash.empty? %>
+<% unless tag_details.tags.empty? %>
   <tr valign="top">
-    <th>Tags:</th>
+    <th><%= t'browse.tag_details.tags' %></th>
     <td>
       <table cellpadding="0">
-        <%= render :partial => "tag", :collection => tag_details.tags_as_hash %>
+        <%= render :partial => "tag", :collection => tag_details.tags.sort %>
       </table>
     </td>
-  </tr>      
+  </tr>
 <% end %>