X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c7d1c4ce7b0b11eda847947a50dadcbee75cae..2e2f2124728ca755b2db8f83f022eaea24b647f0:/app/views/trace/_trace_optionals.rhtml diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml deleted file mode 100644 index f166a779b..000000000 --- a/app/views/trace/_trace_optionals.rhtml +++ /dev/null @@ -1,12 +0,0 @@ -<% content_for "optionals" do %> -
- <%= t'trace.trace_optionals.tags' %> -
-
- <% if @all_tags %> - <% @all_tags.each do |tag| %> - <%= link_to_tag tag %>
- <% end %> - <% end %> -
-<% end %>