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
1f036cb7
Commit
1f036cb7
authored
May 23, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify app/views/shared/issuable/_form.html.haml
parent
cb906987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
app/views/shared/issuable/_form.html.haml
app/views/shared/issuable/_form.html.haml
+2
-8
ee/app/views/shared/issuable/_remove_approver.html.haml
ee/app/views/shared/issuable/_remove_approver.html.haml
+6
-0
No files found.
app/views/shared/issuable/_form.html.haml
View file @
1f036cb7
...
...
@@ -29,7 +29,7 @@
=
render
'shared/issuable/form/metadata'
,
issuable:
issuable
,
form:
form
=
render
'shared/issuable/approvals'
,
issuable:
issuable
,
form:
form
=
render
_if_exists
'shared/issuable/approvals'
,
issuable:
issuable
,
form:
form
=
render
'shared/issuable/form/branch_chooser'
,
issuable:
issuable
,
form:
form
...
...
@@ -79,12 +79,6 @@
%strong
=
link_to
(
'contribution guidelines'
,
guide_url
)
for this project.
%li
.unsaved-approvers.hide.approver.approver-template
{
id:
"user_{user_id}"
}
=
link_to
"{approver_name}"
,
"#"
.float-right
=
link_to
"#"
,
data:
{
confirm:
"Are you sure you want to remove approver {approver_name}"
},
class:
"btn-sm btn btn-remove"
,
title:
'Remove approver'
do
=
icon
(
"sign-out"
)
Remove
=
render_if_exists
'shared/issuable/remove_approver'
=
form
.
hidden_field
:lock_version
ee/app/views/shared/issuable/_remove_approver.html.haml
0 → 100644
View file @
1f036cb7
%li
.unsaved-approvers.hide.approver.approver-template
{
id:
"user_{user_id}"
}
=
link_to
"{approver_name}"
,
"#"
.float-right
=
link_to
"#"
,
data:
{
confirm:
"Are you sure you want to remove approver {approver_name}"
},
class:
"btn-sm btn btn-remove"
,
title:
'Remove approver'
do
=
icon
(
"sign-out"
)
Remove
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