X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2a89bf2e6cbd9eaa98143a38437b063c8c73aa96..c1bb412033de64a453fa21bbda306edacc41d6e8:/app/views/issues/show.html.erb diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index fa8afa233..44b39c927 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -1,6 +1,6 @@ <% content_for :heading do %>

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

-

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

+

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

<%= @issue.assigned_role %> @@ -40,23 +40,23 @@
-

<%= t ".comments_on_this_issue" %>

-
- <%= render 'comments', comments: @comments %> -
+<%= render 'comments', comments: @comments %>