BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f87124da
Commit
f87124da
authored
Oct 14, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix font weight of project feature settings
parent
60eca5f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
60 deletions
+73
-60
projects.scss
app/assets/stylesheets/pages/projects.scss
+14
-2
edit.html.haml
app/views/projects/edit.html.haml
+59
-58
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
f87124da
...
...
@@ -13,9 +13,18 @@
.new_project
,
.edit-project
{
fieldset
{
&
.features
.control-label
{
font-weight
:
normal
;
&
.features
{
.label-light
{
margin-bottom
:
0
;
}
.help-block
{
margin-top
:
0
;
}
}
.form-group
{
...
...
@@ -40,6 +49,7 @@
}
.input-group
>
div
{
&
:last-child
{
padding-right
:
0
;
}
...
...
@@ -47,6 +57,7 @@
@media
(
max-width
:
$screen-xs-max
)
{
.input-group
>
div
{
margin-bottom
:
14px
;
&
:last-child
{
...
...
@@ -60,6 +71,7 @@
}
.input-group-addon
{
&
.static-namespace
{
height
:
35px
;
border-radius
:
3px
;
...
...
app/views/projects/edit.html.haml
View file @
f87124da
...
...
@@ -46,70 +46,70 @@
%h5
.prepend-top-0
Feature Visibility
=
f
.
fields_for
:project_feature
do
|
feature_fields
|
.form_group.prepend-top-20
.row
.col-md-9
=
feature_fields
.
label
:repository_access_level
,
"Repository"
,
class:
'label-light'
%span
.help-block
Push files to be stored in this project
.col-md-3.js-repo-access-level
=
project_feature_access_select
(
:repository_access_level
)
=
f
.
fields_for
:project_feature
do
|
feature_fields
|
.form_group.prepend-top-20
.row
.col-md-9
=
feature_fields
.
label
:repository_access_level
,
"Repository"
,
class:
'label-light'
%span
.help-block
Push files to be stored in this project
.col-md-3.js-repo-access-level
=
project_feature_access_select
(
:repository_access_level
)
.col-sm-12
.row
.col-md-9.project-feature-nested
=
feature_fields
.
label
:merge_requests_access_level
,
"Merge requests"
,
class:
'label-light'
%span
.help-block
Submit changes to be merged upstream
.col-md-3
=
project_feature_access_select
(
:merge_requests_access_level
)
.col-sm-12
.row
.col-md-9.project-feature-nested
=
feature_fields
.
label
:merge_requests_access_level
,
"Merge requests"
,
class:
'label-light'
%span
.help-block
Submit changes to be merged upstream
.col-md-3
=
project_feature_access_select
(
:merge_requests_access_level
)
.row
.col-md-9.project-feature-nested
=
feature_fields
.
label
:builds_access_level
,
"Builds"
,
class:
'label-light'
%span
.help-block
Submit, test and deploy your changes before merge
.col-md-3
=
project_feature_access_select
(
:builds_access_level
)
.row
.col-md-9.project-feature-nested
=
feature_fields
.
label
:builds_access_level
,
"Builds"
,
class:
'label-light'
%span
.help-block
Submit, test and deploy your changes before merge
.col-md-3
=
project_feature_access_select
(
:builds_access_level
)
.row
.col-md-9
=
feature_fields
.
label
:snippets_access_level
,
"Snippets"
,
class:
'label-light'
%span
.help-block
Share code pastes with others out of Git repository
.col-md-3
=
project_feature_access_select
(
:snippets_access_level
)
.row
.col-md-9
=
feature_fields
.
label
:snippets_access_level
,
"Snippets"
,
class:
'label-light'
%span
.help-block
Share code pastes with others out of Git repository
.col-md-3
=
project_feature_access_select
(
:snippets_access_level
)
.row
.col-md-9
=
feature_fields
.
label
:issues_access_level
,
"Issues"
,
class:
'label-light'
%span
.help-block
Lightweight issue tracking system for this project
.col-md-3
=
project_feature_access_select
(
:issues_access_level
)
.row
.col-md-9
=
feature_fields
.
label
:issues_access_level
,
"Issues"
,
class:
'label-light'
%span
.help-block
Lightweight issue tracking system for this project
.col-md-3
=
project_feature_access_select
(
:issues_access_level
)
.row
.col-md-9
=
feature_fields
.
label
:wiki_access_level
,
"Wiki"
,
class:
'label-light'
%span
.help-block
Pages for project documentation
.col-md-3
=
project_feature_access_select
(
:wiki_access_level
)
-
if
Gitlab
.
config
.
lfs
.
enabled
&&
current_user
.
admin?
.checkbox
=
f
.
label
:lfs_enabled
do
=
f
.
check_box
:lfs_enabled
%strong
LFS
%br
%span
.descr
Git Large File Storage
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'workflow/lfs/manage_large_binaries_with_git_lfs'
)
.row
.col-md-9
=
feature_fields
.
label
:wiki_access_level
,
"Wiki"
,
class:
'label-light'
%span
.help-block
Pages for project documentation
.col-md-3
=
project_feature_access_select
(
:wiki_access_level
)
-
if
Gitlab
.
config
.
lfs
.
enabled
&&
current_user
.
admin?
.form-group
.checkbox
=
f
.
label
:container_registry_enabled
do
=
f
.
check_box
:container_registry_enabled
%strong
Container Registry
%br
%span
.descr
Enable Container Registry for this project
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/container_registry'
),
target:
'_blank'
.checkbox
=
f
.
label
:lfs_enabled
do
=
f
.
check_box
:lfs_enabled
%strong
LFS
%br
%span
.descr
Git Large File Storage
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'workflow/lfs/manage_large_binaries_with_git_lfs'
)
-
if
Gitlab
.
config
.
lfs
.
enabled
&&
current_user
.
admin?
.form-group
.checkbox
=
f
.
label
:container_registry_enabled
do
=
f
.
check_box
:container_registry_enabled
%strong
Container Registry
%br
%span
.descr
Enable Container Registry for this project
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/container_registry'
),
target:
'_blank'
=
render
'merge_request_settings'
,
f:
f
%hr
...
...
@@ -288,4 +288,4 @@
Saving project.
%p
Please wait a moment, this page will automatically refresh when ready.
=
render
'shared/confirm_modal'
,
phrase:
@project
.
path
=
render
'shared/confirm_modal'
,
phrase:
@project
.
path
\ No newline at end of file
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