Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fix profile link in history (#135)
Browse files Browse the repository at this point in the history
Currently the link is always to the profile of current logged user, it should be to the profile of user who made the action
  • Loading branch information
MSDN-WhiteKnight committed Jun 2, 2020
1 parent 796fb30 commit f624ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Traducir.Web/Views/Users/SuggestionsByUser.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@history.HistoryType.DisplayName()
</td>
<td>
<a href="https://@Model.SiteDomain/users/@Model.UserId"
<a href="https://@Model.SiteDomain/users/@history.UserId"
target="_blank"
title="at @suggestion.CreationDate.ToIsoFormat() UTC">
@history.UserName
Expand Down

0 comments on commit f624ce9

Please sign in to comment.