Insert notification settings dropdown into groups
Merge request reports
Activity
Added 1268 commits:
-
92e18354...6f6c6f68 - 1265 commits from branch
master
- 8447c6b1 - Insert notification settings dropdown into groups
- 2674b548 - merge master into issue_3359_3
- 4d2b847e - merge master into issue_3359_3
Toggle commit list-
92e18354...6f6c6f68 - 1265 commits from branch
Reassigned to @DouweM
15 15 %span.visibility-icon.has-tooltip{ data: { container: 'body' }, title: visibility_icon_description(@group) } 16 16 = visibility_level_icon(@group.visibility_level, fw: false) 17 17 18 = render 'shared/notifications/button', notification_setting: @notification_setting 19 20 - if current_user 21 .pull-right 22 = render 'shared/members/access_request_buttons', source: @group Do these two buttons move below eachother when the window becomes narrow, like on the project page?
Edited by Douwe Maan@DouweM No.
access request button disappears they havehidden-xs
class:
app/views/shared/members/_access_request_buttons.html.haml10
app/views/shared/members/_access_request_buttons.html.haml:15
Not sure for what reason.
cc @jschatz1
Reassigned to @felipe_artur
47 47 } 48 48 49 49 .access-request-button { 50 @include btn-gray; 51 position: absolute; 52 right: 16px; 53 bottom: 32px; 54 padding: 3px 10px; 50 margin-right: 10px; 55 51 text-transform: none; Because this makes the position of the button absolute, making one appear over another. It only affects the group page.
Edited by Felipe CardozoCheck the screenshots attached to the description too please.
ping @iamphillEdited by Felipe Cardozo
Added 1 commit:
- 96d61a7d - merge master into issue_3359_3
Added 1 commit:
- 36d48120 - merge master into issue_3359_3
Reassigned to @DouweM
Added 291 commits:
-
36d48120...bef4294c - 290 commits from branch
master
- d2971315 - Merge branch 'master' into issue_3359_3
-
36d48120...bef4294c - 290 commits from branch
mentioned in commit 1d34ce13
Mentioned in commit jmcgeheeiv/gitlab-ce@1d34ce13
Please register or sign in to reply