added logout button

pull/263/head
Justin Richer 2012-12-04 16:18:58 -05:00
parent d7d9e84e70
commit 838e029db1
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
<security:authorize access="hasRole('ROLE_USER')">
Logged in as <a href="home">${ userInfo.preferredUsername }</a>
|
<a class="btn btn-mini btn-danger" href="j_spring_security_logout"><i class="icon-remove icon-white"></i> Log out</a>
</security:authorize>
</p>
</div><!--/.nav-collapse -->