gitlab-org--gitlab-foss/app/views/repositories/_branches_head.html.haml

11 lines
398 B
Text
Raw Normal View History

= render "commits/head"
2012-04-10 01:51:08 -04:00
%ul.nav.nav-pills
= nav_link(path: 'repositories#show') do
= link_to 'Recent', project_repository_path(@project)
= nav_link(path: 'protected_branches#index') do
= link_to project_protected_branches_path(@project) do
%i.icon-lock
Protected
= nav_link(path: 'repositories#branches') do
= link_to 'All', branches_project_repository_path(@project)