2011-04-01 01:36:34 +01:00
|
|
|
.block
|
2011-04-04 17:00:24 +01:00
|
|
|
= render :partial => "git/shared/navigation"
|
|
|
|
|
|
|
|
= render :partial => "git/shared/info"
|
2011-03-10 13:39:49 +00:00
|
|
|
|
2011-04-01 01:36:34 +01:00
|
|
|
|
|
|
|
.block
|
|
|
|
.content
|
|
|
|
.inner
|
|
|
|
= render :partial => "git/commits/commits", :object => @commits
|
|
|
|
|
2011-04-04 14:49:08 +01:00
|
|
|
- if @render_paginate
|
|
|
|
.actions-bar.wat-cf
|
|
|
|
.pagination
|
|
|
|
= render :partial => "git/commits/paginate"
|
|
|
|
|
2011-04-01 01:36:34 +01:00
|
|
|
- content_for :sidebar, render(:partial => 'git/shared/sidebar')
|