Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
2fa3af04
Commit
2fa3af04
authored
10 years ago
by
Stefan Tatschner
Browse files
Options
Download
Email Patches
Plain Diff
Some language improvements
parent
c843e092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
app/views/projects/merge_requests/show/_mr_accept.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
+18
-17
No files found.
app/views/projects/merge_requests/show/_mr_accept.html.haml
View file @
2fa3af04
-
unless
@allowed_to_merge
-
if
@project
.
archived?
%p
%strong
Archived projects
can
not
b
e commit
ted to!
%strong
Archived projects
do
not
provid
e commit
access.
-
else
.automerge_widget.cannot_be_merged.hide
%strong
This request can't be merged automatically. Even if it could be merged, you don't have permission to do so.
%strong
This merge request contains merge conflicts that must be resolved.
Only those with write access to this repository can merge merge requests.
.automerge_widget.work_in_progress.hide
%strong
This request can't be accepted because it is marked a Work In Progress. Even if it could be accepted, you don't have permission to do so.
%strong
This merge request is marked as Work In Progress.
Only those with write access to this repository can merge merge requests.
.automerge_widget.can_be_merged.hide
%strong
This request can be merged automatically, but you don't have permission to do so.
%strong
This request can be merged automatically.
Only those with write access to this repository can merge merge requests.
-
if
@show_merge_controls
...
...
@@ -34,7 +37,7 @@
%br
.light
If you
still
want to merge this request manually
- us
e
If you want to merge this request manually
, you can use th
e
%strong
=
link_to
"command line"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
...
...
@@ -42,47 +45,45 @@
.automerge_widget.no_satellite.hide
%p
%span
%strong
This repository does not have satellite.
A
sk an administrator to fix this issue
%strong
This repository does not have
a
satellite.
Please a
sk an administrator to fix this issue
!
.automerge_widget.cannot_be_merged.hide
%h4
This request c
an't be merged with GitLab
.
You
should do
it manually
wi
th
This
pull
request c
ontains merge conflicts that must be resolved
.
You
can try
it manually
on
th
e
%strong
=
link_to
"#modal_merge_info"
,
class:
"underlined-link how_to_merge_link"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
do
command line
=
link_to
"command line"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
%p
%button
.btn.disabled
{
:type
=>
'button'
}
%i
.fa.fa-warning
Accept Merge Request
This
usually
happens when Git
can not
resolve conflicts between branches
automatically
.
This happens when Git
is not able to automatically
resolve conflicts between branches.
.automerge_widget.work_in_progress.hide
%h4
This request can
'
t be
accept
ed because it is marked a
<strong>
Work In Progress
</strong>
.
This request can
no
t be
merg
ed because it is marked a
s
<strong>
Work In Progress
</strong>
.
%p
%button
.btn.disabled
{
:type
=>
'button'
}
%i
.fa.fa-warning
Accept Merge Request
When the merge request is ready, remove the "WIP" prefix from the title to allow it to be accepted.
When the merge request is ready, remove the "WIP" prefix from the title to allow merging.
.automerge_widget.unchecked
%p
%strong
%i
.fa.fa-spinner.fa-spin
Checking
for ability to
automatic
ally
merge…
Checking automatic merge…
.automerge_widget.already_cannot_be_merged.hide
%p
%strong
This merge request can
not be merged. Try to reload the page.
%strong
This merge request cannot be merged. Try to reload the page.
.merge-in-progress.hide
%p
%i
.fa.fa-spinner.fa-spin
Merge is in progress. Please wait
.
Page will be automatically
reloaded
.
Merge is in progress. Please wait
…
Page will be
reloaded
automatically.
This diff is collapsed.
Click to expand it.
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