openstreetmap-website/app/views/trace/_trace_optionals.html.erb
Tom Hughes 318c7a9854 Tidy up the stylesheets, removing lots of ancient, unused junk and
trying to group everything else together in more logical fashion.
2010-03-03 15:46:16 +00:00

11 lines
267 B
Text

<% content_for "optionals" do %>
<div class="optionalbox">
<h1><%= t'trace.trace_optionals.tags' %></h1>
<br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>
<%= link_to_tag tag %><br />
<% end %>
<% end %>
</div>
<% end %>