X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae4487921350e141efed42fdf7cd3fd70d72bc97..05ae0755a4b0810fdd012e2fb7a636b260ef69ce:/app/views/reports/new.html.erb?ds=sidebyside diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb index a39b5b151..f3bda8880 100644 --- a/app/views/reports/new.html.erb +++ b/app/views/reports/new.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

Report <%= reportable_url(@report.issue.reportable) %>

+

<%= t ".title_html", :link => link_to(reportable_title(@report.issue.reportable), reportable_url(@report.issue.reportable)) %>

<% end %>
@@ -36,7 +36,7 @@
- <%= submit_tag %> + <%= f.submit %>
<% end %>