Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/repositories/_filter.html.haml')
-rw-r--r--app/views/projects/repositories/_filter.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/projects/repositories/_filter.html.haml b/app/views/projects/repositories/_filter.html.haml
deleted file mode 100644
index 660d9d25a35..00000000000
--- a/app/views/projects/repositories/_filter.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-%ul.nav.nav-pills.nav-stacked
- = 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
- Protected
- %i.icon-lock
- = nav_link(path: 'branches#index') do
- = link_to 'All branches', project_branches_path(@project)
-
-
-%hr
-- if can? current_user, :push_code, @project
- = link_to new_project_branch_path(@project), class: 'btn btn-create' do
- %i.icon-add-sign
- New branch
-