Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/milestones/_issue.html.haml')
-rw-r--r--app/views/projects/milestones/_issue.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/milestones/_issue.html.haml b/app/views/projects/milestones/_issue.html.haml
index 7c993e01c23..08ccd0cdc8a 100644
--- a/app/views/projects/milestones/_issue.html.haml
+++ b/app/views/projects/milestones/_issue.html.haml
@@ -3,7 +3,7 @@
= link_to [@project, issue] do
%span.cgray ##{issue.iid}
= link_to_gfm issue.title, [@project, issue]
- - if issue.assignee
- .pull-right
+ .pull-right.assignee-icon
+ - if issue.assignee
= image_tag avatar_icon(issue.assignee.email, 16), class: "avatar s16"