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
d187ffeb
Commit
d187ffeb
authored
Jan 06, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style accept widgets for MR
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b62d4f6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
40 deletions
+31
-40
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+4
-13
app/views/projects/merge_requests/show/_mr_accept.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
+27
-27
No files found.
app/assets/stylesheets/sections/merge_requests.scss
View file @
d187ffeb
...
...
@@ -4,10 +4,6 @@
*
*/
.automerge_widget
{
&
.can_be_merged
{
background
:
#DFF0D8
;
}
form
{
margin-bottom
:
0
;
.clearfix
{
...
...
@@ -16,10 +12,10 @@
}
.accept-group
{
label
{
margin
:
5px
;
margin-left
:
20px
;
}
.how_to_merge_link
{
@extend
.primary
;
}
}
...
...
@@ -33,11 +29,6 @@
}
}
.merge-in-progress
{
@extend
.padded
;
@extend
.append-bottom-10
;
}
.mr_source_commit
,
.mr_target_commit
{
.commit
{
...
...
app/views/projects/merge_requests/show/_mr_accept.html.haml
View file @
d187ffeb
-
unless
@allowed_to_merge
.
aler
t
.
bs-callou
t
%strong
You don't have permission to merge this MR
-
if
@show_merge_controls
.automerge_widget.can_be_merged
{
style:
"display:none"
}
.alert.alert-success
%span
.automerge_widget.can_be_merged.hide
.bs-callout.bs-callout-success.clearfix
=
form_for
[
:automerge
,
@project
,
@merge_request
],
remote:
true
,
method: :get
do
|
f
|
%p
%h4
You can accept this request automatically.
%p
If you still want to do it manually -
%strong
=
link_to
"click here"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
for instructions
.accept-group
.pull-left
=
f
.
submit
"Accept Merge Request"
,
class:
"btn btn-create accept_merge_request"
-
unless
@merge_request
.
disallow_source_branch_removal?
.remove_branch_holder
.remove_branch_holder.pull-left
=
label_tag
:should_remove_source_branch
,
class:
"checkbox"
do
=
check_box_tag
:should_remove_source_branch
Remove source-branch
.clearfix
.automerge_widget.no_satellite
{
style:
"display:none"
}
.
alert.aler
t-danger
.automerge_widget.no_satellite
.hide
.
bs-callout.bs-callou
t-danger
%span
%strong
This repository does not have satellite. Ask an administrator to fix this issue
.automerge_widget.cannot_be_merged
{
style:
"display:none"
}
.
alert.aler
t-disabled
.automerge_widget.cannot_be_merged
.hide
.
bs-callout.bs-callou
t-disabled
%span
=
link_to
"Show how to merge"
,
"#modal_merge_info"
,
class:
"how_to_merge_link btn padded"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
%strong
This request can't be merged with GitLab. You should do it manually
.automerge_widget.unchecked
.
alert.aler
t-warning
.
bs-callout.bs-callou
t-warning
%strong
%i
.icon-refresh
%i
.icon-refresh
.icon-spin
Checking for ability to automatically merge…
.automerge_widget.already_cannot_be_merged
{
style:
"display:none"
}
.
alert.aler
t-info
.automerge_widget.already_cannot_be_merged
.hide
.
bs-callout.bs-callou
t-info
%strong
This merge request already can not be merged. Try to reload page.
.merge-in-progress.hide
%span
.cgray
.bs-callout.bs-callout-success
%i
.icon-refresh.icon-spin
Merge is in progress. Please wait. Page will be automatically reloaded.
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