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
692d049b
Commit
692d049b
authored
Jul 25, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts for app/views/layouts
parent
43c87a2f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
34 deletions
+6
-34
app/views/layouts/devise.html.haml
app/views/layouts/devise.html.haml
+1
-7
app/views/layouts/devise_empty.html.haml
app/views/layouts/devise_empty.html.haml
+1
-7
app/views/layouts/mailer.text.erb
app/views/layouts/mailer.text.erb
+1
-5
app/views/layouts/nav/sidebar/_admin.html.haml
app/views/layouts/nav/sidebar/_admin.html.haml
+1
-5
app/views/layouts/nav/sidebar/_profile.html.haml
app/views/layouts/nav/sidebar/_profile.html.haml
+2
-10
No files found.
app/views/layouts/devise.html.haml
View file @
692d049b
...
...
@@ -38,13 +38,7 @@
%hr
.footer-fixed
.container.footer-container
.footer-links
<
<<<<<<
HEAD
=
link_to
"Explore"
,
explore_root_path
=
link_to
"Help"
,
help_path
=
link_to
"About GitLab"
,
"https://about.gitlab.com/"
=
footer_message
==
=====
=
link_to
_
(
"Explore"
),
explore_root_path
=
link_to
_
(
"Help"
),
help_path
=
link_to
_
(
"About GitLab"
),
"https://about.gitlab.com/"
>
>>>>>> upstream/master
=
footer_message
app/views/layouts/devise_empty.html.haml
View file @
692d049b
...
...
@@ -13,13 +13,7 @@
%hr
.container
.footer-links
<
<<<<<<
HEAD
=
link_to
"Explore"
,
explore_root_path
=
link_to
"Help"
,
help_path
=
link_to
"About GitLab"
,
"https://about.gitlab.com/"
=
footer_message
==
=====
=
link_to
_
(
"Explore"
),
explore_root_path
=
link_to
_
(
"Help"
),
help_path
=
link_to
_
(
"About GitLab"
),
"https://about.gitlab.com/"
>
>>>>>> upstream/master
=
footer_message
app/views/layouts/mailer.text.erb
View file @
692d049b
<%=
yield
-%>
--
<%# signature marker %>
<
<<<<<<
HEAD
You
'
re
receiving
this
email
because
of
your
account
on
<%=
Gitlab
.
config
.
gitlab
.
host
%>
.
<%# EE-specific start %>
<%=
render
'layouts/mailer/additional_text'
%>
<%# EE-specific end %>
=======
<%=
_
(
"You're receiving this email because of your account on %{host}."
)
%
{
host:
Gitlab
.
config
.
gitlab
.
host
}
%>
>
>>>>>> upstream/master
<%# EE-specific start %>
<%=
render
'layouts/mailer/additional_text'
%>
<%# EE-specific end %>
app/views/layouts/nav/sidebar/_admin.html.haml
View file @
692d049b
...
...
@@ -88,12 +88,8 @@
=
nav_link
(
controller: :requests_profiles
)
do
=
link_to
admin_requests_profiles_path
,
title:
_
(
'Requests Profiles'
)
do
%span
<
<<<<<<
HEAD
Requests
Profiles
=
render
'layouts/nav/ee/new_admin_monitoring_sidebar'
==
=====
=
_
(
'Requests Profiles'
)
>
>>>>>> upstream/master
=
render
'layouts/nav/ee/new_admin_monitoring_sidebar'
=
nav_link
(
controller: :broadcast_messages
)
do
=
link_to
admin_broadcast_messages_path
do
...
...
app/views/layouts/nav/sidebar/_profile.html.haml
View file @
692d049b
...
...
@@ -27,8 +27,7 @@
=
nav_link
(
controller:
[
:accounts
,
:two_factor_auths
],
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
profile_account_path
do
%strong
.fly-out-top-item-name
<
<<<<<<
HEAD
#{
_
(
'Account'
)
}
=
_
(
'Account'
)
-
if
Gitlab
::
CurrentSettings
.
should_check_namespace_plan?
=
nav_link
(
controller: :billings
)
do
=
link_to
profile_billings_path
do
...
...
@@ -41,9 +40,6 @@
=
link_to
profile_billings_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Billing'
)
}
==
=====
=
_
(
'Account'
)
>
>>>>>> upstream/master
-
if
Gitlab
::
CurrentSettings
.
user_oauth_applications?
=
nav_link
(
controller:
'oauth/applications'
)
do
=
link_to
applications_profile_path
do
...
...
@@ -166,8 +162,7 @@
=
nav_link
(
path:
'profiles#audit_log'
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
audit_log_profile_path
do
%strong
.fly-out-top-item-name
<
<<<<<<
HEAD
#{
_
(
'Authentication Log'
)
}
=
_
(
'Authentication Log'
)
=
nav_link
(
path:
'profiles#pipeline_quota'
)
do
=
link_to
profile_pipeline_quota_path
do
.nav-icon-container
...
...
@@ -179,8 +174,5 @@
=
link_to
profile_pipeline_quota_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Pipeline quota'
)
}
==
=====
=
_
(
'Authentication Log'
)
>
>>>>>> upstream/master
=
render
'shared/sidebar_toggle_button'
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