summaryrefslogtreecommitdiff
path: root/app/views/groups/show.html.haml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-22 18:46:17 +0200
committerRémy Coutable <remy@rymai.me>2016-07-01 12:48:54 +0200
commit8625bd362245cad49e268d7bcd82e987f70ba044 (patch)
treebe659547bc161f9f97f377c6f567a2286ebd0ef4 /app/views/groups/show.html.haml
parentb569f842b37434efd0cbae4b0c197391e0610b12 (diff)
downloadgitlab-ce-8625bd362245cad49e268d7bcd82e987f70ba044.tar.gz
Improve the request / withdraw access button18310-improve-request-access-button
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 69f634e75b9..a83eb7e88bb 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -15,18 +15,15 @@
%span.visibility-icon.has-tooltip{ data: { container: 'body' }, title: visibility_icon_description(@group) }
= visibility_level_icon(@group.visibility_level, fw: false)
- %span.hidden-xs
+ .group-right-buttons.btn-group
+ - if current_user
+ .pull-left.append-right-10= render 'shared/members/access_request_buttons', source: @group
= render 'shared/notifications/button', notification_setting: @notification_setting
- - if current_user
- .pull-right
- = render 'shared/members/access_request_buttons', source: @group
-
- if @group.description.present?
.cover-desc.description
= markdown(@group.description, pipeline: :description)
-
%div{ class: container_class }
.top-area
%ul.nav-links