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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
c5420d0a
Commit
c5420d0a
authored
Dec 16, 2021
by
anna_vovchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed badge to the Pajamas-compliant component
parent
098b4071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/_new_project_fields.html.haml
app/views/projects/_new_project_fields.html.haml
+2
-2
No files found.
app/views/projects/_new_project_fields.html.haml
View file @
c5420d0a
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
=
check_box_tag
'project[initialize_with_sast]'
,
'1'
,
true
,
class:
'form-check-input'
,
data:
{
qa_selector:
'initialize_with_sast_checkbox'
,
track_experiment:
e
.
name
,
track_label:
track_label
,
track_action:
'activate_form_input'
,
track_property:
'init_with_sast'
}
=
check_box_tag
'project[initialize_with_sast]'
,
'1'
,
true
,
class:
'form-check-input'
,
data:
{
qa_selector:
'initialize_with_sast_checkbox'
,
track_experiment:
e
.
name
,
track_label:
track_label
,
track_action:
'activate_form_input'
,
track_property:
'init_with_sast'
}
=
label_tag
'project[initialize_with_sast]'
,
class:
'form-check-label'
do
=
label_tag
'project[initialize_with_sast]'
,
class:
'form-check-label'
do
=
s_
(
'ProjectsNew|Enable Static Application Security Testing (SAST)'
)
=
s_
(
'ProjectsNew|Enable Static Application Security Testing (SAST)'
)
%span
.badge.badge-info.badge-pill.gl-badge.sm
=
_
(
'Free'
)
=
gl_badge_tag
_
(
'Free'
),
variant: :info
,
size: :sm
.form-text.text-muted
.form-text.text-muted
=
s_
(
'ProjectsNew|Analyze your source code for known security vulnerabilities.'
)
=
s_
(
'ProjectsNew|Analyze your source code for known security vulnerabilities.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'user/application_security/sast/index'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
,
data:
{
track_action:
'followed'
,
track_experiment:
e
.
name
}
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'user/application_security/sast/index'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
,
data:
{
track_action:
'followed'
,
track_experiment:
e
.
name
}
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
=
check_box_tag
'project[initialize_with_sast]'
,
'1'
,
false
,
class:
'form-check-input'
,
data:
{
qa_selector:
'initialize_with_sast_checkbox'
,
track_experiment:
e
.
name
,
track_label:
track_label
,
track_action:
'activate_form_input'
,
track_property:
'init_with_sast'
}
=
check_box_tag
'project[initialize_with_sast]'
,
'1'
,
false
,
class:
'form-check-input'
,
data:
{
qa_selector:
'initialize_with_sast_checkbox'
,
track_experiment:
e
.
name
,
track_label:
track_label
,
track_action:
'activate_form_input'
,
track_property:
'init_with_sast'
}
=
label_tag
'project[initialize_with_sast]'
,
class:
'form-check-label'
do
=
label_tag
'project[initialize_with_sast]'
,
class:
'form-check-label'
do
=
s_
(
'ProjectsNew|Enable Static Application Security Testing (SAST)'
)
=
s_
(
'ProjectsNew|Enable Static Application Security Testing (SAST)'
)
%span
.badge.badge-info.badge-pill.gl-badge.sm
=
_
(
'Free'
)
=
gl_badge_tag
_
(
'Free'
),
variant: :info
,
size: :sm
.form-text.text-muted
.form-text.text-muted
=
s_
(
'ProjectsNew|Analyze your source code for known security vulnerabilities.'
)
=
s_
(
'ProjectsNew|Analyze your source code for known security vulnerabilities.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'user/application_security/sast/index'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
,
data:
{
track_action:
'followed'
,
track_experiment:
e
.
name
}
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'user/application_security/sast/index'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
,
data:
{
track_action:
'followed'
,
track_experiment:
e
.
name
}
...
...
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