]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/changeset.html.erb
Use bootstrap text-muted in place of custom deemphasze class
[rails.git] / app / views / browse / changeset.html.erb
index afe3f83220c56fc49a7d3e93f3a0064703bad6d7..5a50aa91f5a789d4c6581e6ebd4d32381b86d445 100644 (file)
@@ -34,7 +34,7 @@
           <% @comments.each do |comment| %>
             <% if comment.visible %>
               <li id="c<%= comment.id %>">
-                <small class='deemphasize'>
+                <small class='text-muted'>
                   <%= t(".commented_by",
                         :when => friendly_date_ago(comment.created_at),
                         :exact_time => l(comment.created_at),
@@ -47,7 +47,7 @@
               </li>
             <% elsif current_user and current_user.moderator? %>
               <li id="c<%= comment.id %>">
-                <small class='deemphasize'>
+                <small class='text-muted'>
                   <%= t(".hidden_commented_by",
                         :when => friendly_date_ago(comment.created_at),
                         :exact_time => l(comment.created_at),