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
iv
gitlab-ce
Commits
2ee8d5aa
Commit
2ee8d5aa
authored
Jan 06, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve project show page for ipad
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a6da154e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
15 deletions
+19
-15
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+3
-1
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+14
-12
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/projects.scss
View file @
2ee8d5aa
...
...
@@ -16,7 +16,7 @@
.project-home-panel
{
border-bottom
:
1px
solid
#DDD
;
padding-bottom
:
2
5px
;
padding-bottom
:
1
5px
;
margin-bottom
:
30px
;
&
.empty-project
{
...
...
@@ -41,12 +41,14 @@
.project-home-desc
{
float
:
left
;
color
:
#777
;
margin-bottom
:
10px
;
}
.project-home-links
{
float
:
right
;
a
{
margin-left
:
10px
;
font-weight
:
500
;
}
}
}
...
...
app/views/projects/_home_panel.html.haml
View file @
2ee8d5aa
...
...
@@ -14,17 +14,19 @@
.form-horizontal
=
render
"shared/clone_panel"
.project-home-extra.clearfix.row
.project-home-desc.col-md-8
-
if
@project
.
description
.
present?
=
@project
.
description
-
if
can?
(
current_user
,
:admin_project
,
@project
)
–
%strong
=
link_to
'Edit'
,
edit_project_path
.project-home-extra.row
.col-md-8
.project-home-desc
-
if
@project
.
description
.
present?
=
@project
.
description
-
if
can?
(
current_user
,
:admin_project
,
@project
)
–
%strong
=
link_to
'Edit'
,
edit_project_path
-
unless
empty_repo
.project-home-links
=
link_to
pluralize
(
@repository
.
round_commit_count
,
'commit'
),
project_commits_path
(
@project
,
@ref
||
@repository
.
root_ref
)
=
link_to
pluralize
(
@repository
.
branch_names
.
count
,
'branch'
),
project_branches_path
(
@project
)
=
link_to
pluralize
(
@repository
.
tag_names
.
count
,
'tag'
),
project_tags_path
(
@project
)
%span
.light.prepend-left-20
=
repository_size
.col-md-4
.project-home-links
=
link_to
pluralize
(
@repository
.
round_commit_count
,
'commit'
),
project_commits_path
(
@project
,
@ref
||
@repository
.
root_ref
)
=
link_to
pluralize
(
@repository
.
branch_names
.
count
,
'branch'
),
project_branches_path
(
@project
)
=
link_to
pluralize
(
@repository
.
tag_names
.
count
,
'tag'
),
project_tags_path
(
@project
)
%span
.light.prepend-left-20
=
repository_size
app/views/projects/show.html.haml
View file @
2ee8d5aa
=
render
"home_panel"
.row
.col-md-9
.hidden-sm
.col-md-9
=
render
"events/event_last_push"
,
event:
@last_push
=
render
'shared/event_filter'
.content_list
.loading.hide
.col-md-3.project-side
.col-md-3.project-side
.hidden-sm
.clearfix
-
if
@project
.
archived?
.alert
...
...
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