
Project: "no assignee" avatar on dashboard
@ee5138134c1aec7614952e56da1847f087420e0c
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
... | ... | @@ -450,6 +450,12 @@ |
450 | 450 |
height:100%; |
451 | 451 |
vertical-align:top; |
452 | 452 |
} |
453 |
+ |
|
454 |
+ i { |
|
455 |
+ width:100%; height:100%; |
|
456 |
+ display:block; line-height:inherit; |
|
457 |
+ text-align:center; color:#fff; |
|
458 |
+ } |
|
453 | 459 |
} |
454 | 460 |
|
455 | 461 |
/** tab UI **/ |
--- app/views/project/partial_dashboard_issuesbyassignee.scala.html
+++ app/views/project/partial_dashboard_issuesbyassignee.scala.html
... | ... | @@ -62,8 +62,11 @@ |
62 | 62 |
@defining(getPercent(notAssignedIssues, totalIssues)) { notAssignedPerc => |
63 | 63 |
<div class="row-fluid"> |
64 | 64 |
<div class="span6"> |
65 |
- <a href="@makeIssuesLink(project, scala.collection.immutable.Map("assigneeId"->User.anonymous.id.toString))"> |
|
66 |
- @Messages("issue.noAssignee") |
|
65 |
+ <a href="@makeIssuesLink(project, scala.collection.immutable.Map("assigneeId"->User.anonymous.id.toString))" class="usf-group"> |
|
66 |
+ <span class="avatar-wrap smaller"> |
|
67 |
+ <i class="yobicon-blankstare"></i> |
|
68 |
+ </span> |
|
69 |
+ <span class="name">@Messages("issue.noAssignee")</span> |
|
67 | 70 |
</a> |
68 | 71 |
</div> |
69 | 72 |
<div class="span3 num"> |
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?