2012-03-30 15:54:30 +01:00
|
|
|
-set_meta_tags :title => [title_object(@project), "#{t '.title'} #{t('at') if @branch} #{@branch.try :name}"]
|
2012-02-27 17:40:46 +00:00
|
|
|
= render :partial => 'projects/submenu'
|
|
|
|
= render :partial => 'projects/repo_block', :locals => {:project => @project}
|
2011-04-04 17:00:24 +01:00
|
|
|
|
2012-02-27 17:40:46 +00:00
|
|
|
= render :partial => 'git/commits/commits', :object => @commits
|
2012-03-21 19:55:14 +00:00
|
|
|
= render 'git/commits/paginate' if @render_paginate
|