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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
5509093f
Commit
5509093f
authored
Oct 15, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1707 from riyad/remove-labels-from-mr-form
Remove redundant branch labels from MR form
parents
e84d90c1
763022d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
app/views/merge_requests/_form.html.haml
app/views/merge_requests/_form.html.haml
+3
-9
No files found.
app/views/merge_requests/_form.html.haml
View file @
5509093f
...
@@ -13,10 +13,7 @@
...
@@ -13,10 +13,7 @@
.mr_branch_box
.mr_branch_box
%h5
From (Head Branch)
%h5
From (Head Branch)
.body
.body
.padded
.padded
=
f
.
select
(
:source_branch
,
@project
.
heads
.
map
(
&
:name
),
{
include_blank:
"Select branch"
},
{
class:
'chosen span4'
})
=
f
.
label
:source_branch
,
"From"
,
class:
"control-label"
.controls
=
f
.
select
(
:source_branch
,
@project
.
heads
.
map
(
&
:name
),
{
include_blank:
"Select branch"
},
{
class:
'chosen span3'
})
.mr_source_commit
.mr_source_commit
.span2
.span2
...
@@ -25,10 +22,7 @@
...
@@ -25,10 +22,7 @@
.mr_branch_box
.mr_branch_box
%h5
To (Base Branch)
%h5
To (Base Branch)
.body
.body
.padded
.padded
=
f
.
select
(
:target_branch
,
@project
.
heads
.
map
(
&
:name
),
{
include_blank:
"Select branch"
},
{
class:
'chosen span4'
})
=
f
.
label
:target_branch
,
"To"
,
class:
"control-label"
.controls
=
f
.
select
(
:target_branch
,
@project
.
heads
.
map
(
&
:name
),
{
include_blank:
"Select branch"
},
{
class:
'chosen span3'
})
.mr_target_commit
.mr_target_commit
%h4
.cdark
2. Fill info
%h4
.cdark
2. Fill info
...
...
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