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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-17 01:09:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-17 01:09:23 +0400
commitcbe9f56afae2b1e55de96f59eed36859eea6eb82 (patch)
tree2427dac71344f08e85a941ba59adf21396c90f7a /app/views/projects/repositories
parentd65eb22e2d5f0de8984855919d644a562003b9b2 (diff)
Ability to create new branch via UI
Diffstat (limited to 'app/views/projects/repositories')
-rw-r--r--app/views/projects/repositories/_filter.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/repositories/_filter.html.haml b/app/views/projects/repositories/_filter.html.haml
index f42493ea4a0..138fd6d5118 100644
--- a/app/views/projects/repositories/_filter.html.haml
+++ b/app/views/projects/repositories/_filter.html.haml
@@ -7,3 +7,10 @@
%i.icon-lock
= nav_link(path: 'branches#index') do
= link_to 'All branches', project_branches_path(@project)
+
+
+%hr
+ = link_to new_project_branch_path(@project), class: 'btn btn-create' do
+ %i.icon-add-sign
+ New branch
+