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