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
2c52f32d
Commit
2c52f32d
authored
Apr 05, 2019
by
Małgorzata Ksionek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete obsolete partials
parent
70cfa6c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
ee/app/views/groups/ee/_old_project_creation_level.html.haml
ee/app/views/groups/ee/_old_project_creation_level.html.haml
+0
-7
ee/app/views/groups/ee/_project_creation_level.html.haml
ee/app/views/groups/ee/_project_creation_level.html.haml
+0
-7
No files found.
ee/app/views/groups/ee/_old_project_creation_level.html.haml
deleted
100644 → 0
View file @
70cfa6c1
-
return
unless
group
.
feature_available?
(
:project_creation_level
)
-
form
=
local_assigns
.
fetch
(
:form
)
-
group
=
local_assigns
.
fetch
(
:group
)
.form-group.row
=
form
.
label
s_
(
'ProjectCreationLevel|Allowed to create projects'
),
class:
'col-form-label col-sm-2'
.col-sm-10
=
form
.
select
:project_creation_level
,
options_for_select
(
::
Gitlab
::
Access
.
project_creation_options
,
group
.
project_creation_level
),
{},
class:
'form-control'
ee/app/views/groups/ee/_project_creation_level.html.haml
deleted
100644 → 0
View file @
70cfa6c1
-
return
unless
group
.
feature_available?
(
:project_creation_level
)
-
form
=
local_assigns
.
fetch
(
:form
)
-
group
=
local_assigns
.
fetch
(
:group
)
.form-group.col-md-9.row.prepend-top-8
=
form
.
label
:description
,
s_
(
'ProjectCreationLevel|Allowed to create projects'
),
class:
'label-bold'
=
form
.
select
:project_creation_level
,
options_for_select
(
::
Gitlab
::
Access
.
project_creation_options
,
group
.
project_creation_level
),
{},
class:
'form-control'
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