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

Fix profile link in history #135

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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