Commit b66c8721 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'issue-assignee-misalignment' into 'master'

Fixed alignment of assignees on issue list

See merge request gitlab-org/gitlab!44341
parents 97f5e3f2 738d69d8
......@@ -54,7 +54,7 @@
%li.issuable-status
= _('CLOSED')
- if issue.assignees.any?
%li
%li.gl-display-flex
= render 'shared/issuable/assignees', project: @project, issuable: issue
= render 'shared/issuable_meta_data', issuable: issue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment