Commit 44e2a2e453c6954554d3cc6a03bfe64554a228e8

Authored by Dmitriy Zaporozhets
1 parent 66dacfc5

Compact list for commits page

app/assets/stylesheets/sections/merge_requests.scss
... ... @@ -96,7 +96,7 @@
96 96 .label-project {
97 97 @include border-radius-left(4px);
98 98 padding: 3px 4px;
99   - background: #29A;
  99 + background: #279;
100 100 position: relative;
101 101 left: -4px;
102 102 letter-spacing: -1px;
... ...
app/views/projects/commits/_commits.html.haml
1 1 - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
2   - %div.ui-box
  2 + .ui-box.small-box
3 3 .title
4 4 %i.icon-calendar
5 5 %span= day.stamp("28 Aug, 2010")
... ...