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

_status_box.html.haml « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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