Skip to content
Snippets Groups Projects
Commit af0b65dd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

projects page improved

parent d63339ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
%h4
%h4.title
= @project.name
%hr
%br
%div
%a.btn.info{:href => tree_project_ref_path(@project, @project.root_ref)} Browse code
 
Loading
Loading
@@ -8,7 +8,7 @@
%strong.right
= link_to project_path(@project) do
Switch to project →
%hr
%br
.alert-message.block-message.warning
.input
.input-prepend
Loading
Loading
@@ -17,7 +17,7 @@
 
= simple_format @project.description
- unless @events.blank?
%h5.cgray Recent Activity
%h4.middle_title Recent Activity
.content_list= render @events
 
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment