summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-14 15:51:25 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-17 13:22:19 -0600
commit8c2297f00b96cafea2adf7918086b3ef5fd049fc (patch)
treea135921c66b76d62a1c784d6420dfc65375e0a56 /app/views/projects/_home_panel.html.haml
parent546fa165ff728bc2d25ed9b55b95dd1d48139d4a (diff)
downloadgitlab-ce-8c2297f00b96cafea2adf7918086b3ef5fd049fc.tar.gz
Move access request buttons to project header
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 5a04c3318cf..d13177f6776 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -26,3 +26,6 @@
- if @project.feature_available?(:repository, current_user)
.project-clone-holder
= render "shared/clone_panel"
+
+ - if current_user
+ = render 'shared/members/access_request_buttons', source: @project