Add link to updating user into issue heading
This commit is contained in:
parent
877a26cee9
commit
c3f57537b4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue