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: b4ea8e6f9524f3d787a43c86a0b16e9ade3a6bdc (plain)
1
2
3
- label_status = hook_log.success? ? 'label-success' : 'label-danger'
%span{ class: "label #{label_status}" }
  = hook_log.response_status