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
Boxiang Sun
gitlab-ce
Commits
af0b65dd
Commit
af0b65dd
authored
12 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
projects page improved
parent
d63339ec
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+16
-0
app/views/projects/_show.html.haml
app/views/projects/_show.html.haml
+4
-4
No files found.
app/assets/stylesheets/common.scss
View file @
af0b65dd
...
@@ -431,6 +431,22 @@ img.lil_av {
...
@@ -431,6 +431,22 @@ img.lil_av {
}
}
}
}
&
.padded
{
h5
,
.title
{
margin
:
-20px
;
margin-bottom
:
0
;
padding
:
5px
20px
;
}
.middle_title
{
background
:
#f5f5f5
;
margin
:
20px
-20px
;
padding
:
0
20px
;
border-top
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
font-size
:
14px
;
color
:
#777
;
}
}
.row_title
{
.row_title
{
font-weight
:bold
;
font-weight
:bold
;
color
:
#444
;
color
:
#444
;
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/_show.html.haml
View file @
af0b65dd
%h4
%h4
.title
=
@project
.
name
=
@project
.
name
%
h
r
%
b
r
%div
%div
%a
.btn.info
{
:href
=>
tree_project_ref_path
(
@project
,
@project
.
root_ref
)}
Browse code
%a
.btn.info
{
:href
=>
tree_project_ref_path
(
@project
,
@project
.
root_ref
)}
Browse code
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
%strong
.right
%strong
.right
=
link_to
project_path
(
@project
)
do
=
link_to
project_path
(
@project
)
do
Switch to project
→
Switch to project
→
%
h
r
%
b
r
.alert-message.block-message.warning
.alert-message.block-message.warning
.input
.input
.input-prepend
.input-prepend
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
=
simple_format
@project
.
description
=
simple_format
@project
.
description
-
unless
@events
.
blank?
-
unless
@events
.
blank?
%h
5
.cgray
Recent Activity
%h
4
.middle_title
Recent Activity
.content_list
=
render
@events
.content_list
=
render
@events
This diff is collapsed.
Click to expand it.
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