summaryrefslogtreecommitdiff
path: root/app/views/projects/runners
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-07-20 15:14:22 +0900
committerShinya Maeda <shinya@gitlab.com>2017-07-20 15:14:22 +0900
commitacaf13d6f32157716c0d6a9b1d475c042881895c (patch)
treebf4fe5084c4c0165484f64201fdabb38d5f507d5 /app/views/projects/runners
parent03c72d71bb20a45b13d694d3c966afdc488b0a37 (diff)
downloadgitlab-ce-acaf13d6f32157716c0d6a9b1d475c042881895c.tar.gz
Add an id for the tag(#registration_token). Wrap long lines.
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/_specific_runners.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/runners/_specific_runners.html.haml b/app/views/projects/runners/_specific_runners.html.haml
index a8ef3c73e4f..28ccbf7eb15 100644
--- a/app/views/projects/runners/_specific_runners.html.haml
+++ b/app/views/projects/runners/_specific_runners.html.haml
@@ -1,6 +1,8 @@
%h3 Specific Runners
-= render partial: 'ci/runner/how_to_setup_runner', locals: {registration_token: @project.runners_token, type: 'specific'}
+= render partial: 'ci/runner/how_to_setup_runner',
+ locals: { registration_token: @project.runners_token,
+ type: 'specific' }
- if @project_runners.any?
%h4.underlined-title Runners activated for this project