Commit 725dfc77 authored by Scott Hampton's avatar Scott Hampton

Adding tooltip to the icon partial

I apparently forgot to add tooltips to the partial before.
parent 52c910ee
- status = local_assigns.fetch(:status)
- size = local_assigns.fetch(:size, 16)
- link = local_assigns.fetch(:link, true)
- title = local_assigns.fetch(:title, nil)
- title = local_assigns.fetch(:title, "Pipeline: #{status.label}")
- css_classes = "ci-status-link ci-status-icon ci-status-icon-#{status.group} #{'has-tooltip' if title.present?}"
- if link && status.has_details?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment