채수원 2015-02-14
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
+++ app/views/issue/partial_voters.scala.html
@@ -59,13 +59,13 @@
         <ul class="unstyled">
         @for(voter <- issue.voters){
             <li>
-                <a href="@routes.UserApp.userInfo(voter.loginId)" class="usf-group" target="_blank">
+                <span>
                     <span class="avatar-wrap mlarge">
                         <img src="@voter.avatarUrl" width="40" height="40">
                     </span>
                     <strong class="name">@voter.name</strong>
                     <span class="loginid"> <strong>@{"@"}</strong>@voter.loginId</span>
-                </a>
+                </span>
             </li>
         }
         </ul>
Add a comment
List