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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
1b5510a8
Commit
1b5510a8
authored
Dec 31, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New project page with bootstrap3
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a11d25b1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
89 additions
and
85 deletions
+89
-85
app/views/dashboard/projects.html.haml
app/views/dashboard/projects.html.haml
+23
-22
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+30
-29
app/views/projects/_visibility_level.html.haml
app/views/projects/_visibility_level.html.haml
+22
-21
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+14
-13
No files found.
app/views/dashboard/projects.html.haml
View file @
1b5510a8
...
...
@@ -25,7 +25,8 @@
All projects you have access to are listed here. Public projects are not included here unless you are a member
%hr
.row
.col-md-3.hidden-sm.hidden-xs
.col-md-3.hidden-sm.hidden-xs.side-filters
%fieldset
%ul
.nav.nav-pills.nav-stacked
=
nav_tab
:scope
,
nil
do
=
link_to
projects_dashboard_filter_path
(
scope:
nil
)
do
...
...
app/views/layouts/_head_panel.html.haml
View file @
1b5510a8
...
...
@@ -8,6 +8,7 @@
%span
.separator
%h1
.project_name
=
title
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
%a
...
...
app/views/projects/_visibility_level.html.haml
View file @
1b5510a8
.form-group.project-visibility-level-holder
=
f
.
label
:visibility_level
do
=
f
.
label
:visibility_level
,
class:
'control-label'
do
Visibility Level
=
link_to
"(?)"
,
help_public_access_path
.col-sm-10
-
if
can_change_visibility_level
-
Gitlab
::
VisibilityLevel
.
values
.
each
do
|
level
|
.append-bottom-10
-
restricted
=
restricted_visibility_levels
.
include?
(
level
)
.col-sm-10
=
f
.
radio_button
:visibility_level
,
level
,
checked:
(
visibility_level
==
level
),
disabled:
restricted
%span
.descr
{
:class
=>
(
"restricted"
if
restricted
)}
=
label
:project_visibility_level
,
level
do
=
visibility_level_icon
(
level
)
%strong
=
visibility_level_label
(
level
)
.light
=
visibility_level_description
(
level
)
.light.prepend-left-20
=
visibility_level_description
(
level
)
-
unless
restricted_visibility_levels
.
empty?
.col-sm-10
%span
.info
...
...
app/views/projects/new.html.haml
View file @
1b5510a8
...
...
@@ -3,50 +3,51 @@
=
render
'projects/errors'
.project-edit-content
=
form_for
@project
,
remote:
true
do
|
f
|
=
form_for
@project
,
remote:
true
,
html:
{
class:
'new_project form-horizontal'
}
do
|
f
|
.form-group.project-name-holder
=
f
.
label
:name
do
=
f
.
label
:name
,
class:
'control-label'
do
%strong
Project name
.col-sm-10
=
f
.
text_field
:name
,
placeholder:
"Example Project"
,
class:
"
input-lg
"
,
tabindex:
1
,
autofocus:
true
=
f
.
text_field
:name
,
placeholder:
"Example Project"
,
class:
"
form-control
"
,
tabindex:
1
,
autofocus:
true
%span
.help-inline
=
link_to
"#"
,
class:
'js-toggle-visibility-link'
do
%span
Customize repository name?
.form-group.js-toggle-visibility-container.gl-hide
=
f
.
label
:path
do
=
f
.
label
:path
,
class:
'control-label'
do
%span
Repository name
.col-sm-10
.input-
append
=
f
.
text_field
:path
%span
.
add-
on
.git
.input-
group
=
f
.
text_field
:path
,
class:
'form-control'
%span
.
input-group-add
on
.git
-
if
current_user
.
can_select_namespace?
.form-group
=
f
.
label
:namespace_id
do
=
f
.
label
:namespace_id
,
class:
'control-label'
do
%span
Namespace
.col-sm-10
=
f
.
select
:namespace_id
,
namespaces_options
(
params
[
:namespace_id
]
||
:current_user
),
{},
{
class:
'chosen'
,
tabindex:
2
}
.form-group
.col-sm-2
.col-sm-10
=
link_to
"#"
,
class:
'appear-link'
do
%i
.icon-upload-alt
%span
Import existing repository?
.form-group.appear-data.import-url-data
=
f
.
label
:import_url
do
=
f
.
label
:import_url
,
class:
'control-label'
do
%span
Import existing repo
.col-sm-10
=
f
.
text_field
:import_url
,
class:
'
input-lg
'
,
placeholder:
'https://github.com/randx/six.git'
=
f
.
text_field
:import_url
,
class:
'
form-control
'
,
placeholder:
'https://github.com/randx/six.git'
.light
URL must be cloneable
.form-group
=
f
.
label
:description
do
=
f
.
label
:description
,
class:
'control-label'
do
Description
%span
.light
(optional)
.col-sm-10
=
f
.
text_area
:description
,
placeholder:
"Awesome project"
,
class:
"
input-lg
"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
=
f
.
text_area
:description
,
placeholder:
"Awesome project"
,
class:
"
form-control
"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
=
render
"visibility_level"
,
f:
f
,
visibility_level:
gitlab_config
.
default_projects_features
.
visibility_level
,
can_change_visibility_level:
true
.form-actions
...
...
@@ -54,7 +55,7 @@
-
if
current_user
.
can_create_group?
.pull-right
.
col-sm-10.
light
.light
Need a group for several dependent projects?
=
link_to
new_group_path
,
class:
"btn btn-tiny"
do
Create a group
...
...
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