Add link to updating user into issue heading

This commit is contained in:
Anton Khorev 2024-01-09 16:39:46 +03:00
parent 877a26cee9
commit c3f57537b4

View 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, user_path(@issue.user_updated)) %>
<% end %>
</small>
</p>