Commits page styled better now
This commit is contained in:
parent
ece9f50fb1
commit
7fd29a78fa
2 changed files with 19 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
|
||||
%div{ :class => "commits-date ui-box ui-box-small ui-box-big" }
|
||||
.day-commits-table
|
||||
%h5.underlined= day.stamp("28 Aug, 2010")
|
||||
%br
|
||||
%ul.unstyled= render commits
|
||||
%div.ui-box
|
||||
%h5= day.stamp("28 Aug, 2010")
|
||||
%ul.unstyled= render commits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue