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

_status_label.html.haml « hook_logs « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 993880b7d6ee9e3ab5ddcc5012b0e220255c3fef (plain)
1
2
3
- label_status = hook_log.success? ? 'badge-success' : 'badge-danger'
%span{ class: "label #{label_status}" }
  = hook_log.response_status