]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/show.html.erb
Update bundle
[rails.git] / app / views / issues / show.html.erb
index a58b8c5cb18b4f36c4bb1c0bf978618dc08b0255..27afb1a6f79d52b1538c44c9a57eeefad2e236fc 100644 (file)
@@ -1,6 +1,10 @@
 <% content_for :heading do %>
 <% content_for :heading do %>
-<h1><%= t ".title", :status => @issue.status.humanize, :issue_id => @issue.id %></h1>
-<p><%= @issue.reportable.model_name.human %> : <%= link_to reportable_title(@issue.reportable), reportable_url(@issue.reportable) %></p>
+<h1><%= @title %></h1>
+<p>
+  <%= @issue.reportable.model_name.human %> :
+  <%= link_to reportable_title(@issue.reportable), reportable_url(@issue.reportable) %> :
+  <%= reportable_dates(@issue.reportable) %>
+</p>
 <p class="text-body-secondary">
   <small>
     <%= @issue.assigned_role %>
 <p class="text-body-secondary">
   <small>
     <%= @issue.assigned_role %>