Skip to content

Commit

Permalink
Merge pull request #7878 from fjordllc/feature/move-to-my-profile-fro…
Browse files Browse the repository at this point in the history
…m-pull-down-menu

プルダウンメニューにマイプロフィールを追加
  • Loading branch information
komagata authored Jun 24, 2024
2 parents b09dad1 + ac1096a commit 5286a88
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 5286a88

Please sign in to comment.