X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/453f758f91d57688663e354a54061a65945410e7..c7bc13668b78afde72e9b8f6644b001799e84eb9:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 83fe41be9..a599abb99 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -1,2 +1,36 @@ -
Find me in app/views/issues/index.html.erb
+<%= notice %>
+ +<% content_for :heading do %> +# | +Issue Type | +Status | +Number of Reports | +Link to instance | +Reported User | ++ |
Issue #<%= issue.id %> | +<%= issue.reportable_type %> | +<%= issue.status %> | +<%= issue.reports.count %> | +<%= reportable_url(issue.reportable) %> | +<%= link_to issue.user.display_name , :controller => :user, :action => :view,:display_name => issue.user.display_name %> | +<%= link_to "Show Issue", issue %> | +