Skip to content

Commit

Permalink
管理者メニューからOauth2 Provider機能のアプリケーション一覧画面に遷移できるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
MikotoMakizuru committed Jan 19, 2025
1 parent 82a2c06 commit a868055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/application/_admin_menu.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
li.header-dropdown__item
= link_to admin_campaigns_path, class: 'header-dropdown__item-link' do
| お試し延長
li.header-dropdown__item
= link_to oauth_applications_path, class: 'header-dropdown__item-link' do
| OAuth2 Provider

0 comments on commit a868055

Please sign in to comment.