X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/453f758f91d57688663e354a54061a65945410e7..683722ed5c1b3224a04c23b4d175a0638964f713:/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 @@ -

Issues#index

-

Find me in app/views/issues/index.html.erb

+

<%= notice %>

+ +<% content_for :heading do %> +

List of existing Issues:

+<% end %> + + + + + + + + + + + + + + + + + <% @issues.each do |issue| %> + + + + + + + + + + <% end %> + +
# 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 %>
+ +