]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_optionals.html.erb
Rename trace_controller to traces_controller
[rails.git] / app / views / trace / _trace_optionals.html.erb
diff --git a/app/views/trace/_trace_optionals.html.erb b/app/views/trace/_trace_optionals.html.erb
deleted file mode 100644 (file)
index 6f0c213..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<% content_for :optionals do %>
-  <div class="optionalbox">
-    <h4><%= t '.tags' %></h4>
-    <% if @all_tags %>
-      <% @all_tags.each do |tag| %>
-        <%= link_to_tag tag %><br />
-      <% end %>
-    <% end %>
-  </div>
-<% end %>