X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d07277efba0c0069705bbefa68f2624a9c6c9ff0..f053c8472336b386eaff72acdcdb8f8e148a3340:/app/views/trace/_trace_optionals.rhtml?ds=inline diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml index 95a727da6..b5b068fe6 100644 --- a/app/views/trace/_trace_optionals.rhtml +++ b/app/views/trace/_trace_optionals.rhtml @@ -1,17 +1,12 @@ <% content_for "optionals" do %>
-

Tags

+ 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 %>
-
-

User

-

It's an optional box!!

-<% if @user %> - <%= "

...and you're logged in!

" %> -<% end %> -
<% end %>