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