mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Use .has-tooltip as suggested at:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12533926
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
- if @runners.include?(runner)
|
||||
= link_to runner.short_sha, runner_path(runner)
|
||||
- if runner.locked?
|
||||
%small{title: 'Exclusive to this project'}
|
||||
= icon('lock')
|
||||
= icon('lock', class: 'has-tooltip', title: 'Exclusive to this project')
|
||||
%small
|
||||
= link_to edit_namespace_project_runner_path(@project.namespace, @project, runner) do
|
||||
%i.fa.fa-edit.btn
|
||||
|
||||
Reference in New Issue
Block a user