show game creation date

This commit is contained in:
Thibault Duplessis 2012-12-20 15:57:00 +01:00
parent e62c3bd134
commit 652c1515aa

View file

@ -11,7 +11,7 @@
@if(g.isBeingPlayed) {
<a class="link" href="@routes.Round.watcher(g.id, firstPlayer.color.name)">@trans.playingRightNow()</a>,
} else {
@showDate(g.updatedAt | g.createdAt)
@showDate(g.createdAt)
}
</b>-
@if(g.finishedOrAborted) {