]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_optionals.rhtml
Add a title to the changeset lists. Closes #1938.
[rails.git] / app / views / trace / _trace_optionals.rhtml
index 20db1f495fdc1322ec5319bf822954b21ed27beb..f166a779bb5b9b4ecaa68e81cb8530cee3f68002 100644 (file)
@@ -1,11 +1,11 @@
 <% content_for "optionals" do %>
   <div class="optionalbox">
-    <span class="oboxheader">Tags</span>
+    <span class="oboxheader"><%= t'trace.trace_optionals.tags' %></span>
     <br />
     <br />
     <% if @all_tags %>
       <% @all_tags.each do |tag| %>
-        <%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %><br />
+        <%= link_to_tag tag %><br />
       <% end %>
     <% end %>
   </div>