summaryrefslogtreecommitdiff
path: root/app/views/shared/hook_logs/_status_label.html.haml
blob: b4ea8e6f9524f3d787a43c86a0b16e9ade3a6bdc (plain)
1
2
3
- label_status = hook_log.success? ? 'label-success' : 'label-danger'
%span{ class: "label #{label_status}" }
  = hook_log.response_status