Commit 60ef0dd2 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 045dad3c
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
- if @runners.include?(runner) - if @runners.include?(runner)
= link_to runner.short_sha, runner_path(runner) = link_to runner.short_sha, runner_path(runner)
- if runner.locked? - if runner.locked?
%small{title: 'Exclusive to this project'} = icon('lock', class: 'has-tooltip', title: 'Exclusive to this project')
= icon('lock')
%small %small
= link_to edit_namespace_project_runner_path(@project.namespace, @project, runner) do = link_to edit_namespace_project_runner_path(@project.namespace, @project, runner) do
%i.fa.fa-edit.btn %i.fa.fa-edit.btn
......
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