
Merge branch 'hotfix/voter-bug' of dlab/hive
from pull-request 1485 * refs/heads/hotfix/voter-bug: hotfix: fix voter bug Reviewed-by: 채수원
@2557c9409570af9defe8d44f596ab62a06f3b4bf
--- app/views/issue/partial_voters.scala.html
+++ app/views/issue/partial_voters.scala.html
... | ... | @@ -59,13 +59,13 @@ |
59 | 59 |
<ul class="unstyled"> |
60 | 60 |
@for(voter <- issue.voters){ |
61 | 61 |
<li> |
62 |
- <a href="@routes.UserApp.userInfo(voter.loginId)" class="usf-group" target="_blank"> |
|
62 |
+ <span> |
|
63 | 63 |
<span class="avatar-wrap mlarge"> |
64 | 64 |
<img src="@voter.avatarUrl" width="40" height="40"> |
65 | 65 |
</span> |
66 | 66 |
<strong class="name">@voter.name</strong> |
67 | 67 |
<span class="loginid"> <strong>@{"@"}</strong>@voter.loginId</span> |
68 |
- </a> |
|
68 |
+ </span> |
|
69 | 69 |
</li> |
70 | 70 |
} |
71 | 71 |
</ul> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?