X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a1853204faefd8270e3db4a988ef373ea1ab342d..b446138aefb04799cc1253886335ced16e546517:/app/views/traces/_trace_optionals.html.erb diff --git a/app/views/traces/_trace_optionals.html.erb b/app/views/traces/_trace_optionals.html.erb new file mode 100644 index 000000000..6f0c2130b --- /dev/null +++ b/app/views/traces/_trace_optionals.html.erb @@ -0,0 +1,10 @@ +<% content_for :optionals do %> +
+

<%= t '.tags' %>

+ <% if @all_tags %> + <% @all_tags.each do |tag| %> + <%= link_to_tag tag %>
+ <% end %> + <% end %> +
+<% end %>