]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/show.html.erb
Add social signin buttons to signup screen, avoid repeating round trip to auth provider.
[rails.git] / app / views / issues / show.html.erb
index 2f1e45aa5edc1c76ee51b19496ff33c87068ba94..ad463c259320daa443ac57d4836a2faf30d4059a 100644 (file)
@@ -21,7 +21,7 @@
       | <%= t ".last_updated_at_html",
               :datetime => tag.time(l(@issue.updated_at.to_datetime, :format => :friendly),
                                     :datetime => @issue.updated_at.xmlschema),
-              :displayname => @issue.user_updated.display_name %>
+              :displayname => link_to(@issue.user_updated.display_name, @issue.user_updated) %>
     <% end %>
   </small>
 </p>
@@ -45,7 +45,7 @@
     <h3><%= t ".reports_of_this_issue" %></h3>
 
     <% if @read_reports.present? %>
-    <div class="bg-light text-muted">
+    <div class="bg-body-tertiary text-muted">
       <h4><%= t ".read_reports" %></h4>
       <%= render "reports", :reports => @read_reports %>
     </div>