]> git.openstreetmap.org Git - rails.git/blob - app/views/issues/reporters/index.html.erb
Merge remote-tracking branch 'upstream/pull/5767'
[rails.git] / app / views / issues / reporters / index.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title", :issue_id => @issue.id %></h1>
3 <% end %>
4
5 <%= render :partial => "reporters", :locals => { :issue => @issue } %>