Commit 6fb444dd authored by Nicolas Widart's avatar Nicolas Widart

Adding logout link

parent db7d73d0
......@@ -34,7 +34,7 @@
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
<a href="{{ URL::route('logout') }}" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
......
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 to comment