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
d693a94e
Commit
d693a94e
authored
Aug 03, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Resolve view conflicts
parent
1be613ac
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
23 deletions
+0
-23
app/views/groups/issues.html.haml
app/views/groups/issues.html.haml
+0
-3
app/views/layouts/nav/_new_admin_sidebar.html.haml
app/views/layouts/nav/_new_admin_sidebar.html.haml
+0
-3
app/views/layouts/nav/_new_project_sidebar.html.haml
app/views/layouts/nav/_new_project_sidebar.html.haml
+0
-3
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+0
-7
app/views/projects/tree/_tree_content.html.haml
app/views/projects/tree/_tree_content.html.haml
+0
-4
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+0
-3
No files found.
app/views/groups/issues.html.haml
View file @
d693a94e
...
@@ -7,10 +7,7 @@
...
@@ -7,10 +7,7 @@
-
content_for
:page_specific_javascripts
do
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'filtered_search'
=
webpack_bundle_tag
'filtered_search'
<
<<<<<<
HEAD
=
webpack_bundle_tag
'issues'
=
webpack_bundle_tag
'issues'
==
=====
>
>>>>>> ce/master
-
if
show_new_nav?
&&
group_issues_exists
-
if
show_new_nav?
&&
group_issues_exists
-
content_for
:breadcrumbs_extra
do
-
content_for
:breadcrumbs_extra
do
...
...
app/views/layouts/nav/_new_admin_sidebar.html.haml
View file @
d693a94e
...
@@ -109,7 +109,6 @@
...
@@ -109,7 +109,6 @@
%span
.nav-item-name
%span
.nav-item-name
Abuse Reports
Abuse Reports
%span
.badge.count
=
number_with_delimiter
(
AbuseReport
.
count
(
:all
))
%span
.badge.count
=
number_with_delimiter
(
AbuseReport
.
count
(
:all
))
<
<<<<<<
HEAD
=
nav_link
(
controller: :licenses
)
do
=
nav_link
(
controller: :licenses
)
do
=
link_to
admin_license_path
,
title:
'License'
do
=
link_to
admin_license_path
,
title:
'License'
do
...
@@ -117,8 +116,6 @@
...
@@ -117,8 +116,6 @@
=
custom_icon
(
'license'
)
=
custom_icon
(
'license'
)
%span
%span
License
License
==
=====
>
>>>>>> ce/master
-
if
akismet_enabled?
-
if
akismet_enabled?
=
nav_link
(
controller: :spam_logs
)
do
=
nav_link
(
controller: :spam_logs
)
do
...
...
app/views/layouts/nav/_new_project_sidebar.html.haml
View file @
d693a94e
...
@@ -95,7 +95,6 @@
...
@@ -95,7 +95,6 @@
=
link_to
project_issues_path
(
@project
),
title:
'Issues'
do
=
link_to
project_issues_path
(
@project
),
title:
'Issues'
do
%span
%span
List
List
<
<<<<<<
HEAD
=
nav_link
(
controller: :boards
)
do
=
nav_link
(
controller: :boards
)
do
=
link_to
project_boards_path
(
@project
),
title:
'Boards'
do
=
link_to
project_boards_path
(
@project
),
title:
'Boards'
do
...
@@ -105,8 +104,6 @@
...
@@ -105,8 +104,6 @@
=
link_to
project_issues_path
(
@project
),
title:
'Issues'
do
=
link_to
project_issues_path
(
@project
),
title:
'Issues'
do
%span
%span
List
List
==
=====
>
>>>>>> ce/master
=
nav_link
(
controller: :boards
)
do
=
nav_link
(
controller: :boards
)
do
=
link_to
project_boards_path
(
@project
),
title:
'Board'
do
=
link_to
project_boards_path
(
@project
),
title:
'Board'
do
...
...
app/views/projects/commits/show.html.haml
View file @
d693a94e
...
@@ -30,21 +30,14 @@
...
@@ -30,21 +30,14 @@
=
link_to
_
(
"Create merge request"
),
create_mr_path
(
@repository
.
root_ref
,
@ref
),
class:
'btn btn-success'
=
link_to
_
(
"Create merge request"
),
create_mr_path
(
@repository
.
root_ref
,
@ref
),
class:
'btn btn-success'
.control
.control
<
<<<<<<
HEAD
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
)
do
==
=====
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
,
data:
{
'signatures-path'
=>
namespace_project_signatures_path
})
do
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
,
data:
{
'signatures-path'
=>
namespace_project_signatures_path
})
do
>
>>>>>> ce/master
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Filter by commit message'
),
id:
'commits-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Filter by commit message'
),
id:
'commits-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
.control
.control
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn'
do
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn'
do
=
icon
(
"rss"
)
=
icon
(
"rss"
)
<
<<<<<<
HEAD
=
render
'projects/commits/mirror_status'
=
render
'projects/commits/mirror_status'
==
=====
>
>>>>>> ce/master
%div
{
id:
dom_id
(
@project
)
}
%div
{
id:
dom_id
(
@project
)
}
%ol
#commits-list
.list-unstyled.content_list
%ol
#commits-list
.list-unstyled.content_list
=
render
'commits'
,
project:
@project
,
ref:
@ref
=
render
'commits'
,
project:
@project
,
ref:
@ref
...
...
app/views/projects/tree/_tree_content.html.haml
View file @
d693a94e
<
<<<<<<
HEAD
.tree-content-holder.js-tree-content
{
'data-logs-path'
:
@logs_path
,
'data-path-locks-available'
:
(
@project
.
feature_available?
(
:file_locks
)
?
'true'
:
'false'
),
'data-path-locks-toggle'
:
toggle_project_path_locks_path
(
@project
),
'data-path-locks-path'
:
@path
}
.tree-content-holder.js-tree-content
{
'data-logs-path'
:
@logs_path
,
'data-path-locks-available'
:
(
@project
.
feature_available?
(
:file_locks
)
?
'true'
:
'false'
),
'data-path-locks-toggle'
:
toggle_project_path_locks_path
(
@project
),
'data-path-locks-path'
:
@path
}
==
=====
.tree-content-holder.js-tree-content
{
'data-logs-path'
:
@logs_path
}
>
>>>>>> ce/master
.table-holder
.table-holder
%table
.table
#tree-slider
{
class:
"table_#{@hex_path} tree-table"
}
%table
.table
#tree-slider
{
class:
"table_#{@hex_path} tree-table"
}
%thead
%thead
...
...
app/views/shared/_clone_panel.html.haml
View file @
d693a94e
...
@@ -23,10 +23,7 @@
...
@@ -23,10 +23,7 @@
=
text_field_tag
:project_clone
,
default_url_to_repo
(
project
),
class:
"js-select-on-focus form-control"
,
readonly:
true
,
aria:
{
label:
'Project clone URL'
}
=
text_field_tag
:project_clone
,
default_url_to_repo
(
project
),
class:
"js-select-on-focus form-control"
,
readonly:
true
,
aria:
{
label:
'Project clone URL'
}
.input-group-btn
.input-group-btn
=
clipboard_button
(
target:
'#project_clone'
,
title:
_
(
"Copy URL to clipboard"
),
class:
"btn-default btn-clipboard"
)
=
clipboard_button
(
target:
'#project_clone'
,
title:
_
(
"Copy URL to clipboard"
),
class:
"btn-default btn-clipboard"
)
<
<<<<<<
HEAD
=
geo_button
(
modal_target:
'#modal-geo-info'
)
if
Gitlab
::
Geo
.
secondary?
=
geo_button
(
modal_target:
'#modal-geo-info'
)
if
Gitlab
::
Geo
.
secondary?
=
render
'shared/geo_info_modal'
,
project:
project
if
Gitlab
::
Geo
.
secondary?
=
render
'shared/geo_info_modal'
,
project:
project
if
Gitlab
::
Geo
.
secondary?
==
=====
>
>>>>>> ce/master
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