gitlabhq/app/views/repositories/_branches_head.html.haml
2012-02-15 23:51:04 +02:00

10 lines
367 B
Plaintext

= render "repositories/head"
%ul.pills
%li{:class => ("active" if current_page?(branches_project_repository_path(@project)))}
= link_to branches_project_repository_path(@project) do
All
%li{:class => ("active" if current_page?(project_protected_branches_path(@project)))}
= link_to project_protected_branches_path(@project) do
Protected
%hr