Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
d9d6b776
Commit
d9d6b776
authored
Aug 16, 2018
by
Alexander Kutelev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing html_safe on text messages.
parent
79fdfec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/settings/ci_cd/_form.html.haml
app/views/projects/settings/ci_cd/_form.html.haml
+2
-2
No files found.
app/views/projects/settings/ci_cd/_form.html.haml
View file @
d9d6b776
...
...
@@ -17,7 +17,7 @@
%h5
.prepend-top-0
=
_
(
"Git strategy for pipelines"
)
%p
=
_
(
"Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
)
=
_
(
"Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
)
.
html_safe
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/pipelines/settings'
,
anchor:
'git-strategy'
),
target:
'_blank'
.form-check
=
f
.
radio_button
:build_allow_git_fetch
,
'false'
,
{
class:
'form-check-input'
}
...
...
@@ -47,7 +47,7 @@
=
f
.
label
:ci_config_path
,
_
(
'Custom CI config path'
),
class:
'label-bold'
=
f
.
text_field
:ci_config_path
,
class:
'form-control'
,
placeholder:
'.gitlab-ci.yml'
%p
.form-text.text-muted
=
_
(
"The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
)
=
_
(
"The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
)
.
html_safe
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/pipelines/settings'
,
anchor:
'custom-ci-config-path'
),
target:
'_blank'
%hr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment