<% content_for :heading do %>
- <h1>Report <%= reportable_url(@report.issue.reportable) %></h1>
+ <h1><%= t ".title_html", :link => link_to(reportable_title(@report.issue.reportable), reportable_url(@report.issue.reportable)) %></h1>
<% end %>
<div class="disclaimer">
</div>
<div class='buttons'>
- <%= submit_tag %>
+ <%= f.submit %>
</div>
</fieldset>
<% end %>