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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
af0b65dd
Commit
af0b65dd
authored
Mar 11, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
projects page improved
parent
d63339ec
Changes
2
Hide 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 {
}
}
&
.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
{
font-weight
:bold
;
color
:
#444
;
...
...
app/views/projects/_show.html.haml
View file @
af0b65dd
%h4
%h4
.title
=
@project
.
name
%
h
r
%
b
r
%div
%a
.btn.info
{
:href
=>
tree_project_ref_path
(
@project
,
@project
.
root_ref
)}
Browse code
...
...
@@ -8,7 +8,7 @@
%strong
.right
=
link_to
project_path
(
@project
)
do
Switch to project
→
%
h
r
%
b
r
.alert-message.block-message.warning
.input
.input-prepend
...
...
@@ -17,7 +17,7 @@
=
simple_format
@project
.
description
-
unless
@events
.
blank?
%h
5
.cgray
Recent Activity
%h
4
.middle_title
Recent Activity
.content_list
=
render
@events
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