summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_status_box.html.haml
blob: c0e972684d2bfa68a8e798af6f617f6b0c88209f (plain)
1
2
3
4
5
6
- state_human_name, state_icon_name = state_name_with_icon(issuable)

.issuable-status-box.status-box.js-mr-status-box{ class: status_box_class(issuable), data: { project_path: issuable.project.path_with_namespace, iid: issuable.iid, state: issuable.state } }
  = sprite_icon(state_icon_name, css_class: 'gl-display-block gl-sm-display-none!')
  %span.gl-display-none.gl-sm-display-block
    = state_human_name