]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/reporters/index.html.erb
Add contents to issue reporters page
[rails.git] / app / views / issues / reporters / index.html.erb
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..88b33946e74c2d0c224568bcd0d142dff72d003f 100644 (file)
@@ -0,0 +1,5 @@
+<% content_for :heading do %>
+  <h1><%= t ".title", :issue_id => @issue.id %></h1>
+<% end %>
+
+<%= render :partial => "reporters", :locals => { :issue => @issue } %>