rosa-build/app/views/projects/git/commits/index.html.haml

7 lines
262 B
Plaintext

-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
= render 'paginate' if @path.blank?