Minor nav bar changes

This commit is contained in:
Evropi 2014-02-18 15:16:31 +00:00
parent c9f54bd9a3
commit 79eb5511fb
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ final class SiteMenu(trans: I18nKeys) {
val play = new Elem("play", routes.Lobby.home, trans.play)
val game = new Elem("game", routes.Game.realtime, trans.games)
val puzzle = new Elem("puzzle", routes.Puzzle.home, I18nKey untranslated "Training")
val tournament = new Elem("tournament", routes.Tournament.home, trans.tournament)
val tournament = new Elem("tournament", routes.Tournament.home, trans.tournaments)
val user = new Elem("user", routes.User.list(page = 1), trans.players)
val team = new Elem("team", routes.Team.home(page = 1), trans.teams)
val forum = new Elem("forum", routes.ForumCateg.index, trans.forum)

View file

@ -110,7 +110,6 @@ zen: Boolean = false)(body: Html)(implicit ctx: Context)
</a>
<div class="links dropdown">
<a href="@routes.User.show(me.username)" class="blank_if_play"><span data-icon="r"> @trans.profile()</span></a>
<a href="@routes.Account.profile"><span data-icon="q"> @trans.editProfile()</span></a>
<a href="@routes.Pref.form"><span data-icon="q"> @trans.preferences()</span></a>
<a href="@routes.Auth.logout"><span data-icon="w"> @trans.logOut()</span></a>
@if(isGranted(_.StaffForum)) {