X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ee8ce8c3abcdf357a472020559321250c7913e48..e80571c22c91061c3fc5f3b6fc164522d05031cb:/app/views/issues/show.html.erb diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 24a74c728..65bd9ced3 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -1,7 +1,7 @@ <% content_for :heading do %>

<%= t ".title", :status => @issue.status.humanize, :issue_id => @issue.id %>

<%= @issue.reportable.model_name.human %> : <%= link_to reportable_title(@issue.reportable), reportable_url(@issue.reportable) %>

-

+

<%= @issue.assigned_role %> | <%= t ".reports", :count => @issue.reports.count %> @@ -24,14 +24,14 @@

<%= t ".reports_of_this_issue" %>

<% if @read_reports.present? %> -
+

<%= t ".read_reports" %>

<%= render "reports", :reports => @read_reports %>
<% end %> <% if @unread_reports.any? %> -
+

<%= t ".new_reports" %>

<%= render "reports", :reports => @unread_reports %>
@@ -39,7 +39,7 @@
<% if @issue.reported_user %> -