Merge remote-tracking branch 'upstream/pull/3378'

This commit is contained in:
Tom Hughes 2021-11-25 17:15:10 +00:00
commit 5dfbf00776
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<% content_for :heading do %>
<h1><%= t(".has_commented_on", :display_name => @user.display_name) %></h1>
<h1><%= t ".heading", :user => @user.display_name %></h1>
<p><%= t ".subheading_html", :user => link_to(@user.display_name, user_path(@user)) %></p>
<% end %>
<% if @comments.empty? %>