Commit 57df3ff7 authored by Takuya Noguchi's avatar Takuya Noguchi

Replace .group-buttons with display properties

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 7075c5a1
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
} }
} }
.group-buttons {
display: none;
}
.container .title { .container .title {
padding-left: 15px !important; padding-left: 15px !important;
} }
......
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
= markdown_field(@group, :description) = markdown_field(@group, :description)
- if current_user - if current_user
.group-buttons .group-buttons.d-none.d-sm-block
= render 'shared/members/access_request_buttons', source: @group = render 'shared/members/access_request_buttons', source: @group
= render 'shared/notifications/button', notification_setting: @notification_setting = render 'shared/notifications/button', notification_setting: @notification_setting
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment