gitlab-org--gitlab-foss/app/views/ci/status/_badge.html.haml

6 lines
133 B
Text
Raw Normal View History

- status = local_assigns.fetch(:status)
%span{ class: "ci-status ci-#{status.group}" }
= custom_icon(status.icon)
= status.text