Add link to the account info page for the assigned user icon at the issue list.

This commit is contained in:
takezoe
2013-07-22 12:27:18 +09:00
parent 5a9645829d
commit 95163d4864

View File

@@ -266,7 +266,7 @@
}
<span class="pull-right muted">
@issue.assignedUserName.map { userName =>
@avatar(userName, 20, tooltip = true)
<a href="@url(userName)">@avatar(userName, 20, tooltip = true)</a>
}
#@issue.issueId
</span>