From 0b8933b4d226fb244d48aac1f7087fcd6598ac96 Mon Sep 17 00:00:00 2001 From: rira <101010hayakawa@gmail.com> Date: Sat, 15 Jul 2023 21:22:40 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=82=BF=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E3=82=AB=E3=83=86=E3=82=B4=E3=83=AA=E3=83=BC=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=81=AE=E3=82=AB=E3=83=86=E3=82=B4=E3=83=AA=E3=83=BC=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=AE=E7=A7=BB=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/mentor/categories/index.html.slim | 27 ++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/app/views/mentor/categories/index.html.slim b/app/views/mentor/categories/index.html.slim index 1b974f16163..54e0c49370d 100644 --- a/app/views/mentor/categories/index.html.slim +++ b/app/views/mentor/categories/index.html.slim @@ -4,16 +4,21 @@ header.page-header .container .page-header__inner h1.page-header__title = title - .page-header-actions - - if current_user.mentor? - .page-header-actions__items - .page-header-actions__item - = link_to new_mentor_category_path, class: 'a-button is-md is-secondary is-block' do - i.fa-regular.fa-plus - | カテゴリー作成 - = render 'mentor/mentor_page_tabs' -.page-body - .container.is-lg - = react_component 'Categories' +main.page-main + header.page-main-header + .container + .page-main-header__inner + .page-main-header__start + .page-main-header__end + .page-header-actions + .page-header-actions__items + .page-header-actions__item + - if current_user.mentor? + = link_to new_mentor_category_path, class: 'a-button is-md is-secondary is-block' do + i.fa-regular.fa-plus + | カテゴリー作成 + .page-body + .container.is-lg + = react_component 'Categories'