summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/_runner.html.haml
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-21 23:22:17 +0900
committerShinya Maeda <shinya@gitlab.com>2017-08-23 21:17:59 +0900
commit438e18d8093afc31626408bb76954a7d9e635bbd (patch)
tree42ec6d5322dae349022f33b647cd128522fcf40f /app/views/projects/runners/_runner.html.haml
parent0f74ba967296cfb2e2ae65328f93170f453ab687 (diff)
downloadgitlab-ce-438e18d8093afc31626408bb76954a7d9e635bbd.tar.gz
Refurbish spec/features/runners_spec.rb
Diffstat (limited to 'app/views/projects/runners/_runner.html.haml')
-rw-r--r--app/views/projects/runners/_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/_runner.html.haml b/app/views/projects/runners/_runner.html.haml
index abc97bcdff5..25d862ab4de 100644
--- a/app/views/projects/runners/_runner.html.haml
+++ b/app/views/projects/runners/_runner.html.haml
@@ -8,7 +8,7 @@
- if runner.locked?
= icon('lock', class: 'has-tooltip', title: 'Locked to current projects')
- %small
+ %small.edit-runner
= link_to edit_project_runner_path(@project, runner) do
%i.fa.fa-edit.btn
- else