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
c5dddaf5
Commit
c5dddaf5
authored
Feb 17, 2020
by
Vitali Tatarintev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change prefix for js-incident-management-settings
parent
6c285a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/settings/operations/_incidents.html.haml
app/views/projects/settings/operations/_incidents.html.haml
+1
-1
spec/features/projects/settings/operations_settings_spec.rb
spec/features/projects/settings/operations_settings_spec.rb
+1
-1
No files found.
app/views/projects/settings/operations/_incidents.html.haml
View file @
c5dddaf5
...
...
@@ -2,7 +2,7 @@
-
setting
=
project_incident_management_setting
-
templates
=
setting
.
available_issue_templates
.
map
{
|
t
|
[
t
.
name
,
t
.
key
]
}
%section
.settings.no-animate.
js
-incident-management-settings
%section
.settings.no-animate.
qa
-incident-management-settings
.settings-header
%h4
=
_
(
'Incidents'
)
%button
.btn.js-settings-toggle
{
type:
'button'
}
...
...
spec/features/projects/settings/operations_settings_spec.rb
View file @
c5dddaf5
...
...
@@ -58,7 +58,7 @@ describe 'Projects > Settings > For a forked project', :js do
end
def
click_expand_incident_management_button
within
'.
js
-incident-management-settings'
do
within
'.
qa
-incident-management-settings'
do
click_button
(
'Expand'
)
end
end
...
...
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