2012-05-02 10:18:07 +01:00
|
|
|
-set_meta_tags :title => [title_object(@project), "#{t '.title'} #{t('at') if @branch} #{@branch.try :name}"]
|
|
|
|
= render 'submenu'
|
|
|
|
= render 'repo_block', :project => @project
|
|
|
|
|
|
|
|
= render :partial => 'commits', :object => @commits
|
2012-07-17 09:02:56 +01:00
|
|
|
= render 'paginate' if @path.blank?
|