Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created June 3, 2013 21:17
Show Gist options
  • Select an option

  • Save levinotik/5701497 to your computer and use it in GitHub Desktop.

Select an option

Save levinotik/5701497 to your computer and use it in GitHub Desktop.
@if(!loggedIn(Security.username)) {
<li class="active"><a href="@routes.Auth.login()">Login</a></li>
} else {
<li><a href="@routes.Auth.logout()">Sign out</a></li>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment