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
d0c3b74d
Commit
d0c3b74d
authored
Oct 11, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve app/views/projects/project_members/_new_project_member.html.haml
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
67ebcf9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
app/views/projects/project_members/_new_project_member.html.haml
...ws/projects/project_members/_new_project_member.html.haml
+1
-6
No files found.
app/views/projects/project_members/_new_project_member.html.haml
View file @
d0c3b74d
...
...
@@ -17,11 +17,6 @@
=
label_tag
:expires_at
,
'Access expiration date'
,
class:
'label-bold'
=
text_field_tag
:expires_at
,
nil
,
class:
'form-control js-access-expiration-date'
,
placeholder:
'Expiration date'
%i
.clear-icon.js-clear-input
<
<<<<<<
HEAD
=
f
.
submit
"Add to project"
,
class:
"btn btn-success"
=
f
.
submit
"Add to project"
,
class:
"btn btn-success qa-add-member-button"
-
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"
==
=====
=
f
.
submit
"Add to project"
,
class:
"btn btn-success qa-add-member-button"
=
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