summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-16 09:46:24 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-17 13:22:19 -0600
commit2f87703cfff38a8c88f44310031c35dbe7f017ff (patch)
treece5195d18e2a3573c673f6ebc3b0e15ec7e1f9c2 /app/views/projects/show.html.haml
parent8c2297f00b96cafea2adf7918086b3ef5fd049fc (diff)
downloadgitlab-ce-2f87703cfff38a8c88f44310031c35dbe7f017ff.tar.gz
Move all project buttons to header
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 20ea8600a40..5a60ea58a9e 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -64,19 +64,8 @@
- unless @repository.gitlab_ci_yml
%li.missing
= link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml') do
- Set Up CI
+ Set up CI
- %li.project-repo-buttons.right
- .project-right-buttons
- - if current_user
- = render "projects/buttons/koding"
-
- .btn-group.project-repo-btn-group
- = render 'projects/buttons/download', project: @project, ref: @ref
- = render 'projects/buttons/dropdown'
-
- .pull-right
- = render 'shared/notifications/button', notification_setting: @notification_setting
- if @repository.commit
.project-last-commit{ class: container_class }
= render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project