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
2d2c0fbb
Commit
2d2c0fbb
authored
Mar 23, 2018
by
Toon Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/views/projects/branches/_branch.html.haml
parent
e8d70ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
app/views/projects/branches/_branch.html.haml
app/views/projects/branches/_branch.html.haml
+5
-16
No files found.
app/views/projects/branches/_branch.html.haml
View file @
2d2c0fbb
...
...
@@ -18,25 +18,14 @@
%span
.label.label-info.has-tooltip
{
title:
s_
(
'
Branches
|
Merged
into
%
{
default_branch
}
'
)
%
{
default_branch:
@repository
.
root_ref
}
}
=
s_
(
'Branches|merged'
)
<
<<<<<<
HEAD
-
if
protected_branch?
(
@project
,
branch
)
%span
.label.label-success
=
s_
(
'Branches|protected'
)
-
if
@project
.
mirror_ever_updated_successfully?
&&
@repository
.
diverged_from_upstream?
(
branch
.
name
)
%span
.label.label-danger.has-tooltip
{
data:
{
html:
"true"
,
title:
branch_diverged_tooltip_message
}
}
=
icon
(
'exclamation-triangle'
)
=
s_
(
'Branches|diverged from upstream'
)
.controls.hidden-xs
<
-
if
merge_project
&&
create_mr_button?
(
@repository
.
root_ref
,
branch
.
name
)
=
link_to
create_mr_path
(
@repository
.
root_ref
,
branch
.
name
),
class:
'btn btn-default'
do
=
_
(
'Merge request'
)
==
=====
-
if
protected_branch?
(
@project
,
branch
)
%span
.label.label-success
=
s_
(
'Branches|protected'
)
>
>>>>>> upstream/master
-
if
@project
.
mirror_ever_updated_successfully?
&&
@repository
.
diverged_from_upstream?
(
branch
.
name
)
%span
.label.label-danger.has-tooltip
{
data:
{
html:
"true"
,
title:
branch_diverged_tooltip_message
}
}
=
icon
(
'exclamation-triangle'
)
=
s_
(
'Branches|diverged from upstream'
)
.block-truncated
-
if
commit
...
...
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