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

7 lines
345 B
Plaintext
Raw Normal View History

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