hide home left column to anon

This commit is contained in:
Thibault Duplessis 2013-06-05 17:07:19 +02:00
parent 61c1a0a1c9
commit b8bca722d9
2 changed files with 3 additions and 2 deletions

View file

@ -13,10 +13,10 @@
}
@goodies = {
@ctx.me.map { u =>
<div id="timeline" data-href="@routes.Lobby.timeline">
@timeline.entries(userTimeline)
<div class="links clearfix">
@ctx.me.map { u =>
@if(userTimeline.size == 8) {
<a class="more" href="@routes.Lobby.timelineMore">@trans.more() »</a>
} else {
@ -24,11 +24,11 @@
<span class="s16 tup">@trans.findFriends()</span>
</a>
}
}
<a class="irc" href="@routes.Main.irc">@trans.chat()</a>
</div>
</div>
}
}
@base.layout(
title = "",

1
todo
View file

@ -60,6 +60,7 @@ players world map
account closed accounts in team counts
IE10 no sound toggle http://en.lichess.org/forum/lichess-feedback/notification-of-game-creation#3
filter current games for watching http://en.lichess.org/forum/lichess-feedback/viewing-current-games-suggestion#2
stockfish hangs http://en.lichess.org/inbox/wtd62jrd#bottom
---