summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-08-24 12:53:08 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-08-24 12:53:08 +0000
commitc1f12ff58e8d66daaa1b2dd86259793751a89d69 (patch)
tree7d322520ab053b8fc01c8ddbb6a3751cbb1ee4f8 /app
parenteae604e6de0136f2cc1c06b48fb1503408059ce8 (diff)
parentfab3df77cf72126f4fad95dc558fb5bf46fd20e0 (diff)
downloadgitlab-ce-c1f12ff58e8d66daaa1b2dd86259793751a89d69.tar.gz
Merge branch 'fix/sm/36731-improve-spec-spec-features-runners_spec-rb-and-spec-features-admin-admin_runners_spec-rb' into 'master'
Reorganizes spec: spec/features/runners_spec.rb Closes #36731 See merge request !13716
Diffstat (limited to 'app')
-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