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
111924cc
Commit
111924cc
authored
Sep 19, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts for ce-to-ee-2018-09-19
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
62c8c275
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+0
-3
app/views/projects/mirrors/_mirror_repos.html.haml
app/views/projects/mirrors/_mirror_repos.html.haml
+0
-4
app/views/projects/project_members/_new_project_member.html.haml
...ws/projects/project_members/_new_project_member.html.haml
+0
-4
No files found.
app/views/admin/users/index.html.haml
View file @
111924cc
...
...
@@ -31,10 +31,7 @@
=
sort_title_recently_updated
=
link_to
admin_users_path
(
sort:
sort_value_oldest_updated
,
filter:
params
[
:filter
])
do
=
sort_title_oldest_updated
<
<<<<<<
HEAD
=
link_to
'Send email to users'
,
admin_email_path
,
class:
'btn'
==
=====
>
>>>>>> upstream/master
=
link_to
'New user'
,
new_admin_user_path
,
class:
'btn btn-success btn-search'
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
...
...
app/views/projects/mirrors/_mirror_repos.html.haml
View file @
111924cc
...
...
@@ -31,11 +31,7 @@
=
label_tag
:only_protected_branches
,
_
(
'Only mirror protected branches'
),
class:
'form-check-label'
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/protected_branches'
),
target:
'_blank'
<
<<<<<<
HEAD
.card-footer
==
=====
.panel-footer
>
>>>>>> upstream/master
=
f
.
submit
_
(
'Mirror repository'
),
class:
'btn btn-success'
,
name: :update_remote_mirror
.card
...
...
app/views/projects/project_members/_new_project_member.html.haml
View file @
111924cc
...
...
@@ -18,9 +18,5 @@
=
text_field_tag
:expires_at
,
nil
,
class:
'form-control js-access-expiration-date'
,
placeholder:
'Expiration date'
%i
.clear-icon.js-clear-input
=
f
.
submit
"Add to project"
,
class:
"btn btn-success"
<
<<<<<<
HEAD
-
if
can?
(
current_user
,
:admin_project_member
,
@project
)
&&
!
membership_locked?
=
link_to
"Import"
,
import_project_project_members_path
(
@project
),
class:
"btn btn-default"
,
title:
"Import members from another project"
==
=====
=
link_to
"Import"
,
import_project_project_members_path
(
@project
),
class:
"btn btn-default"
,
title:
"Import members from another project"
>
>>>>>> upstream/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