Commit 5e876914 authored by Donald Cook's avatar Donald Cook

Added closed text to mobile view

parent 795d3b34
......@@ -4,6 +4,8 @@
= sprite_icon('issue-close', css_class: 'gl-display-block gl-sm-display-none!')
.gl-display-none.gl-sm-display-block!
= issue_closed_text(issuable, current_user)
%span.text-white.gl-sm-display-none!
= " (#{issue_closed_link(issuable, current_user, css_class: 'text-underline text-white')})"
.issuable-status-box.status-box.status-box-open{ class: issue_status_visibility(issuable, status_box: :open) }
= sprite_icon('issue-open-m', css_class: 'gl-display-block gl-sm-display-none!')
%span.gl-display-none.gl-sm-display-block!
......
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