summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-19 07:39:53 -0400
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-19 07:39:53 -0400
commitd58d88fbd5dca6efdb95d5e07ad0b1c6f43bb565 (patch)
tree0b46139a9e35e5ba28c79fd548f01a77be21c12a /app/views/projects
parent1a8fd9d7a5dfd43cc7e3f6b159f8852f722ba4e4 (diff)
downloadgitlab-ce-d58d88fbd5dca6efdb95d5e07ad0b1c6f43bb565.tar.gz
Use different markdownconfigurable-shared-runners-text
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/runners/_shared_runners.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/_shared_runners.html.haml b/app/views/projects/runners/_shared_runners.html.haml
index ec47ed79e55..b31fcfea763 100644
--- a/app/views/projects/runners/_shared_runners.html.haml
+++ b/app/views/projects/runners/_shared_runners.html.haml
@@ -2,7 +2,7 @@
.bs-callout.bs-callout-warning.shared-runners-description
- if shared_runners_text.present?
- = markdown(shared_runners_text)
+ = markdown(shared_runners_text, pipeline: 'plain_markdown')
- else
GitLab Runners do not offer secure isolation between projects that they do builds for. You are TRUSTING all GitLab users who can push code to project A, B or C to run shell scripts on the machine hosting runner X.
%hr