Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
4398a763d3ab
Commit
af0b65dd
authored
Mar 11, 2012
by
Dmitriy Zaporozhets
Browse files
projects page improved
parent
751f15de105f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/common.scss
View file @
4398a763
...
...
@@ -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 @
4398a763
%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