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
bf5a265d
Commit
bf5a265d
authored
Apr 22, 2021
by
Yogi
Committed by
Miguel Rincon
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-form-input for project issue template settings
parent
43d23b09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/views/projects/settings/_default_issue_template.html.haml
...views/projects/settings/_default_issue_template.html.haml
+1
-1
ee/changelogs/unreleased/gl-form-issue-template.yml
ee/changelogs/unreleased/gl-form-issue-template.yml
+5
-0
No files found.
ee/app/views/projects/settings/_default_issue_template.html.haml
View file @
bf5a265d
...
...
@@ -12,7 +12,7 @@
%input
{
type:
'hidden'
,
name:
'update_section'
,
value:
'js-issue-settings'
}
.row
.form-group.col-md-9
=
f
.
text_area
:issues_template
,
class:
"form-control"
,
rows:
3
,
aria:
{
labelledby:
'issue-settings-default-template-label'
},
data:
{
qa_selector:
'issue_template_field'
}
=
f
.
text_area
:issues_template
,
class:
"form-control
gl-form-input
"
,
rows:
3
,
aria:
{
labelledby:
'issue-settings-default-template-label'
},
data:
{
qa_selector:
'issue_template_field'
}
.text-secondary
-
link_start
=
'<a href="%{url}" target="_blank" rel="noopener noreferrer">'
.
html_safe
%
{
url:
help_page_path
(
'user/markdown'
)
}
=
_
(
'Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}.'
).
html_safe
%
{
link_start:
link_start
,
link_end:
'</a>'
.
html_safe
}
...
...
ee/changelogs/unreleased/gl-form-issue-template.yml
0 → 100644
View file @
bf5a265d
---
title
:
Add gl-form-input for project issue template settings
merge_request
:
58046
author
:
Yogi (@yo)
type
:
changed
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