]> git.openstreetmap.org Git - rails.git/blob - app/views/trace/_trace_optionals.html.erb
a20091c077b4a6aec5ce47bf458798241e5f329a
[rails.git] / app / views / trace / _trace_optionals.html.erb
1 <% content_for :optionals do %>
2   <div class="optionalbox">
3     <h4><%= t'trace.trace_optionals.tags' %></h4>
4     <% if @all_tags %>
5       <% @all_tags.each do |tag| %>
6         <%= link_to_tag tag %><br />
7       <% end %>
8     <% end %>
9   </div>
10 <% end %>