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

_icon.html.haml « status « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcb83874bfb79e146f7da95c815bde9e02cb8a59 (plain)
1
2
3
4
5
6
7
- status             = local_assigns.fetch(:status)
- path               = local_assigns.fetch(:path, status.has_details? ? status.details_path : nil)
- tooltip_placement  = local_assigns.fetch(:tooltip_placement, "left")
- option_css_classes = local_assigns.fetch(:option_css_classes, nil)
- show_status_text   = local_assigns.fetch(:show_status_text, false)

= render_ci_icon(status, path, tooltip_placement: tooltip_placement, option_css_classes: option_css_classes, show_status_text: show_status_text)