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:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 21:00:43 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-19 21:30:10 +0300
commit1c39395964862ba5cad29119e7b5b8f528678f0a (patch)
tree0358e4e887427711743bfd794b4414a264aa2327 /app/views/projects/branches
parent3ec01e576e52bf4ef6638701854ad8d1395bf285 (diff)
refactors the search to enable users to filter and sort branches at the
same time and writes tests accordingly changes schema.db removes duplicate field inside CHANGELOG fix db/schema
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml
index c43e19f4155..6f806e3ce53 100644
--- a/app/views/projects/branches/index.html.haml
+++ b/app/views/projects/branches/index.html.haml
@@ -27,7 +27,6 @@
= sort_title_recently_updated
= link_to filter_branches_path(sort: 'last_updated') do
= sort_title_oldest_updated
-
= link_to new_namespace_project_branch_path(@project.namespace, @project), class: 'btn btn-create' do
New branch
- if @branches.any?