2012-02-20 07:39:03 +01:00
|
|
|
= render "commits/head"
|
2012-04-10 07:51:08 +02:00
|
|
|
%ul.nav.nav-pills
|
2012-09-26 22:14:17 +02:00
|
|
|
= nav_link(path: 'repositories#show') do
|
|
|
|
= link_to 'Recent', project_repository_path(@project)
|
|
|
|
= nav_link(path: 'protected_branches#index') do
|
|
|
|
= link_to 'Protected', project_protected_branches_path(@project)
|
|
|
|
= nav_link(path: 'repositories#branches') do
|
|
|
|
= link_to 'All', branches_project_repository_path(@project)
|