_branches_head.html.haml 373 Bytes
Newer Older
1
= render "commits/head"
randx's avatar
randx committed
2
%ul.nav.nav-pills
3 4 5 6 7 8
  = nav_link(path: 'repositories#show') do
    = link_to 'Recent', project_repository_path(@project)
  = nav_link(path: 'protected_branches#index') do
    = link_to 'Protected', project_protected_branches_path(@project)
  = nav_link(path: 'repositories#branches') do
    = link_to 'All', branches_project_repository_path(@project)