From 95163d4864b3c25fb9ede970259dbb45a8a5c991 Mon Sep 17 00:00:00 2001 From: takezoe Date: Mon, 22 Jul 2013 12:27:18 +0900 Subject: [PATCH] Add link to the account info page for the assigned user icon at the issue list. --- src/main/twirl/issues/list.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/issues/list.scala.html b/src/main/twirl/issues/list.scala.html index bf555012e..46a0cc6e6 100644 --- a/src/main/twirl/issues/list.scala.html +++ b/src/main/twirl/issues/list.scala.html @@ -266,7 +266,7 @@ } @issue.assignedUserName.map { userName => - @avatar(userName, 20, tooltip = true) + @avatar(userName, 20, tooltip = true) } #@issue.issueId