From 41fbddaf85e0c675be63e12d9483b4c82b62f1c2 Mon Sep 17 00:00:00 2001 From: ksmxxxxxx Date: Thu, 10 Nov 2022 15:58:10 +0900 Subject: [PATCH] =?UTF-8?q?Watch=E3=82=BF=E3=83=96=E3=81=A7=E3=82=82?= =?UTF-8?q?=E6=97=A5=E5=A0=B1=E4=BD=9C=E6=88=90=E3=81=A8=E3=83=9E=E3=82=A4?= =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E7=A2=BA=E8=AA=8D=E3=82=92=E3=81=97=E3=81=9F=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/current_user/watches/index.html.slim | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/views/current_user/watches/index.html.slim b/app/views/current_user/watches/index.html.slim index 7d8cd549395..301ceeefd26 100644 --- a/app/views/current_user/watches/index.html.slim +++ b/app/views/current_user/watches/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