]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/show.html.erb
Use bootstrap text-muted in place of custom deemphasze class
[rails.git] / app / views / issues / show.html.erb
index 24a74c728ef0600f31cedd0438d64a419d1cddd0..6472a496720a2f4482e3175916978c23f8123f9c 100644 (file)
@@ -1,7 +1,7 @@
 <% 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 %>
@@ -39,7 +39,7 @@
   </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>