<% content_for :heading do %>
<h2><%= t ".title", :status => @issue.status.humanize, :issue_id => @issue.id %></h2>
<p><%= @issue.reportable.model_name.human %> : <%= link_to reportable_title(@issue.reportable), reportable_url(@issue.reportable) %></p>
-<p class="deemphasize">
+<p class="text-muted">
<small>
<%= @issue.assigned_role %>
| <%= t ".reports", :count => @issue.reports.count %>
<h3><%= t ".reports_of_this_issue" %></h3>
<% if @read_reports.present? %>
- <div class="read-reports">
+ <div class="bg-light text-muted">
<h4><%= t ".read_reports" %></h4>
<%= render "reports", :reports => @read_reports %>
</div>
<% end %>
<% if @unread_reports.any? %>
- <div class="unread-reports">
+ <div>
<h4><%= t ".new_reports" %></h4>
<%= render "reports", :reports => @unread_reports %>
</div>
</div>
<% if @issue.reported_user %>
- <div class="col-md-4 related-reports">
+ <div class="col-md-4">
<h3><%= t ".other_issues_against_this_user" %></h3>
<% if @related_issues.count > 1 %>
<ul>