]> git.openstreetmap.org Git - rails.git/blob - app/views/traces/_trace_optionals.html.erb
erblint: Add or remove curly braces around hash parameters as required
[rails.git] / app / views / traces / _trace_optionals.html.erb
1 <% content_for :optionals do %>
2   <div class="optionalbox">
3     <h4><%= t '.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 %>