Commit 5d76c255 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent cd3f112f
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
- 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'} 🔒 %small{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