diff --git a/app/views/current_user/products/index.html.slim b/app/views/current_user/products/index.html.slim index 405b1e322a3..67e58757c05 100644 --- a/app/views/current_user/products/index.html.slim +++ b/app/views/current_user/products/index.html.slim @@ -5,6 +5,17 @@ header.page-header .page-header__inner h2.page-header__title | ダッシュボード + .page-header-actions + .page-header-actions__items + .page-header-actions__item + = link_to current_user, class: 'a-button is-md is-secondary is-block' do + i.fa-solid.fa-user + | マイプロフィール + - unless current_user.adviser? + .page-header-actions__item + = link_to new_report_path, class: 'a-button is-md is-secondary is-block' do + i.fa-regular.fa-plus + | 日報作成 = render 'home/page_tabs', user: @user