history.html.haml revision 286e1b14f4482dde87722702bb5ab857f7470b0c
409N/A= repository_nav repository, :history
39N/A
39N/A%p
39N/A The versions of this repository are maintained by GIT Version Control Software.
39N/A %br
39N/A Below you have access to the history of changes commited to this repository
39N/A %br
39N/A as well as to any particular past version of it.
39N/A
39N/A= render partial: 'repositories/breadcrumbs'
39N/A
39N/A.history-pagination
39N/A = paginate Kaminari.paginate_array(@commits, total_count: ((params[:page] || 1)*(@per_page+1))).page(params[:page]).per(@per_page), window: 0, outer_window: 0, exclude: [:first, :last, :gap, :per_page]
39N/A
39N/A- group_commits(@commits).each do |group|
39N/A = render partial: 'history_commit_group', locals: { group: group }