2012-02-20 07:39:03 +01:00
|
|
|
= render "commits/head"
|
2012-04-10 07:51:08 +02:00
|
|
|
%ul.nav.nav-pills
|
2012-02-20 07:39:03 +01:00
|
|
|
%li{:class => ("active" if current_page?(project_repository_path(@project)))}
|
2012-06-04 00:37:27 +02:00
|
|
|
= link_to project_repository_path(@project) do
|
2012-02-20 07:39:03 +01:00
|
|
|
Recent
|
2012-02-15 21:02:33 +01:00
|
|
|
%li{:class => ("active" if current_page?(project_protected_branches_path(@project)))}
|
2012-06-04 00:37:27 +02:00
|
|
|
= link_to project_protected_branches_path(@project) do
|
2012-02-15 21:02:33 +01:00
|
|
|
Protected
|
2012-02-20 07:39:03 +01:00
|
|
|
%li{:class => ("active" if current_page?(branches_project_repository_path(@project)))}
|
2012-06-04 00:37:27 +02:00
|
|
|
= link_to branches_project_repository_path(@project) do
|
2012-02-20 07:39:03 +01:00
|
|
|
All
|