]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_optionals.rhtml
Rename views to rails 2 style names.
[rails.git] / 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 (file)
index f166a77..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<% content_for "optionals" do %>
-  <div class="optionalbox">
-    <span class="oboxheader"><%= t'trace.trace_optionals.tags' %></span>
-    <br />
-    <br />
-    <% if @all_tags %>
-      <% @all_tags.each do |tag| %>
-        <%= link_to_tag tag %><br />
-      <% end %>
-    <% end %>
-  </div>
-<% end %>