Commit 7d0d5909 by 朱继来

调整退出

parent 6dff1ad5
Showing with 2 additions and 1 deletions
......@@ -9,7 +9,8 @@
<div class="media-body">
<strong class="font-bold" style="color:#FFF" >{{ $username }}</strong>
<div class="actions">
<a href="{{ Config::get('website.login')['logout'].'?redirect='.URL::current() }}"><i class="fa fa-sign-out"></i><span class="nav-label">Log out<span></a>
<a href="{{ Config::get('website.login')['logout'].'?redirect='.URL::current() }}" style="margin-right:10px;"><i class="fa fa-sign-out"></i><span class="nav-label">切换账号<span></a>
<a href="{{ Config::get('website.login')['logout'] }}"><i class="fa fa-sign-out"></i><span class="nav-label">退出<span></a>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment