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
bd1c07a1
Commit
bd1c07a1
authored
Jun 15, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/views/shared/members/_member.html.haml
parent
270800f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
app/views/shared/members/_member.html.haml
app/views/shared/members/_member.html.haml
+0
-8
No files found.
app/views/shared/members/_member.html.haml
View file @
bd1c07a1
<
<<<<<<
HEAD
-
default_show_roles
=
can?
(
current_user
,
action_member_permission
(
:update
,
member
),
member
)
||
can?
(
current_user
,
action_member_permission
(
:destroy
,
member
),
member
)
-
show_roles
=
local_assigns
.
fetch
(
:show_roles
,
default_show_roles
)
==
=====
-
show_roles
=
local_assigns
.
fetch
(
:show_roles
,
true
)
>
>>>>>> ce/master
-
show_controls
=
local_assigns
.
fetch
(
:show_controls
,
true
)
-
user
=
member
.
user
...
...
@@ -41,11 +37,7 @@
method: :post
,
class:
'btn-xs btn'
<
<<<<<<
HEAD
-
if
show_roles
==
=====
-
if
show_roles
&&
can_see_member_roles?
(
source:
member
.
source
,
user:
current_user
)
>
>>>>>> ce/master
%span
.pull-right
%strong
=
member
.
human_access
-
if
show_controls
...
...
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