プロフィール設定ページを作ろう

This commit is contained in:
shibafu
2019-01-19 00:12:10 +09:00
parent ef563f8641
commit 4654962aac
5 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
</p>
</a>
<div class="dropdown-divider"></div>
{{--<a href="#" class="dropdown-item">設定</a>--}}
<a href="{{ route('setting') }}" class="dropdown-item">設定</a>
<a href="{{ route('logout') }}" class="dropdown-item" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">ログアウト</a>
</div>
</li>