gitlabhq/app/views/repositories/_branches_head.html.haml

10 lines
367 B
Plaintext
Raw Normal View History

= 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
2012-02-15 22:51:04 +01:00
%hr