X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2709027882c3f36a1d6a442c2c4b706b54b1edeb..b653ace377aa47d2b0eba08e5c6f0dcd7622f00b:/app/views/trace/_trace_optionals.rhtml diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml index 394e6daa0..f166a779b 100644 --- a/app/views/trace/_trace_optionals.rhtml +++ b/app/views/trace/_trace_optionals.rhtml @@ -1,25 +1,12 @@ <% content_for "optionals" do %>
- Tags + <%= t'trace.trace_optionals.tags' %>

<% if @all_tags %> <% @all_tags.each do |tag| %> - <%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %>
+ <%= link_to_tag tag %>
<% end %> <% end %>
- <% if @user %> -
- User -
-
-
- Display name:
- - - -
-
- <% end %> <% end %>