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