Skip to content

Commit

Permalink
プルダウンメニューにマイプロフィールを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
su-su-su-su committed Jun 20, 2024
1 parent 731f4ae commit ac1096a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/application/_user_menu.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
= link_to root_path,
class: 'header-dropdown__item-link' do
| ダッシュボード
li.header-dropdown__item
= link_to user_path(id: current_user.id),
class: 'header-dropdown__item-link' do
| マイプロフィール
li.header-dropdown__item
= link_to edit_current_user_path,
class: 'header-dropdown__item-link' do
Expand Down

0 comments on commit ac1096a

Please sign in to comment.