gitlabhq/app/views/commits/_head.html.haml

28 lines
1 KiB
Plaintext
Raw Normal View History

2012-04-10 07:51:08 +02:00
%ul.nav.nav-tabs
%li= render partial: 'shared/ref_switcher', locals: {destination: 'commits'}
= nav_link(controller: [:commit, :commits]) do
2013-01-03 20:09:18 +01:00
= link_to 'Commits', project_commits_path(@project, @repository.root_ref)
= nav_link(controller: :compare) do
= link_to 'Compare', project_compare_index_path(@project)
= nav_link(html_options: {class: branches_tab_class}) do
= link_to project_repository_path(@project) do
Branches
2013-01-03 20:09:18 +01:00
%span.badge= @repository.branches.length
= nav_link(controller: :repositories, action: :tags) do
= link_to tags_project_repository_path(@project) do
Tags
2013-01-03 20:09:18 +01:00
%span.badge= @repository.tags.length
2012-02-06 21:32:04 +01:00
2012-11-10 22:08:47 +01:00
= nav_link(controller: :repositories, action: :stats) do
= link_to stats_project_repository_path(@project) do
Stats
2012-09-26 05:39:50 +02:00
- if current_controller?(:commits) && current_user.private_token
2013-01-30 15:40:43 +01:00
%li.pull-right
2013-03-10 11:16:57 +01:00
= link_to project_commits_path(@project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed" do
%i.icon-rss