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
81bdddc8
Commit
81bdddc8
authored
Aug 08, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensure all ee-specific project general settings panels remain open after form submission
parent
b3481d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ee/app/views/projects/_issues_settings.html.haml
ee/app/views/projects/_issues_settings.html.haml
+1
-0
No files found.
ee/app/views/projects/_issues_settings.html.haml
View file @
81bdddc8
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
Customize your issue restrictions.
Customize your issue restrictions.
.settings-content
.settings-content
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"issue-settings-form"
},
authenticity_token:
true
do
|
f
|
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"issue-settings-form"
},
authenticity_token:
true
do
|
f
|
%input
{
type:
'hidden'
,
name:
'update_section'
,
value:
'js-issue-settings'
}
.form-group
.form-group
=
f
.
label
:issues_template
,
class:
'label-bold'
do
=
f
.
label
:issues_template
,
class:
'label-bold'
do
Default description template for issues
Default description template for issues
...
...
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