summaryrefslogtreecommitdiff
path: root/app/views/ci/runner/_how_to_setup_shared_runner.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/runner/_how_to_setup_shared_runner.html.haml')
-rw-r--r--app/views/ci/runner/_how_to_setup_shared_runner.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/ci/runner/_how_to_setup_shared_runner.html.haml b/app/views/ci/runner/_how_to_setup_shared_runner.html.haml
new file mode 100644
index 00000000000..2a190cb9250
--- /dev/null
+++ b/app/views/ci/runner/_how_to_setup_shared_runner.html.haml
@@ -0,0 +1,3 @@
+.bs-callout.help-callout
+ = render partial: 'ci/runner/how_to_setup_runner',
+ locals: { registration_token: registration_token, type: 'shared' }