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

This commit is contained in:
Tom Hughes 2023-08-17 18:55:03 +01:00
commit 6b8c8e8d7e
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,9 @@
<% content_for :heading do %>
<h1><%= t ".heading", :user => @user.display_name %></h1>
<p><%= t ".subheading_html", :user => link_to(@user.display_name, user_path(@user)) %></p>
<p><%= t ".subheading_html",
:user => link_to(@user.display_name, user_path(@user)),
:submitted => tag.span(t(".subheading_submitted"), :class => "px-2 py-1 bg-primary bg-opacity-25"),
:commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-white") %></p>
<% end %>
<% if @notes.empty? %>