Skip to content

Commit

Permalink
Merge pull request #7777 from fjordllc/chore/add-mentor-menu-contents
Browse files Browse the repository at this point in the history
メンターメニューの中身を追加
  • Loading branch information
komagata authored May 28, 2024
2 parents 1798ca7 + e28230e commit 3719b7f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions app/views/application/_mentor_menu.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@
class: 'header-dropdown__item-link' do
| メンターページ
li.header-dropdown__item
= link_to new_article_path,
= link_to mentor_practices_path,
class: 'header-dropdown__item-link' do
| ブログ記事作成
| プラクティス
li.header-dropdown__item
= link_to mentor_categories_path,
class: 'header-dropdown__item-link' do
| カテゴリー
li.header-dropdown__item
= link_to mentor_courses_path,
class: 'header-dropdown__item-link' do
| コース
li.header-dropdown__item
= link_to edit_buzz_path,
class: 'header-dropdown__item-link' do
| 紹介・言及記事
li.header-dropdown__item
= link_to articles_path,
class: 'header-dropdown__item-link' do
| ブログ
- if Rails.env.development? || Rails.env.test?
li.header-dropdown__item
= link_to survey_questions_path,
Expand Down

0 comments on commit 3719b7f

Please sign in to comment.