Web (Storycraft): change the game ID block to show dates, not the creator
This commit is contained in:
parent
9240631775
commit
07b76f3e5e
@ -94,13 +94,13 @@ body {
|
||||
}
|
||||
|
||||
.gameitem .gameinfo li.gameid {
|
||||
width: 30%;
|
||||
width: 45%;
|
||||
background: #e0e0e0;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.gameitem .gameinfo li.gamestatus {
|
||||
width: 40%;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.gameitem .gameinfo li.gamecode {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% autoescape on %}
|
||||
<div class="gameitem">
|
||||
<ul class="gameinfo">
|
||||
<li class="gameid"><span><a href="{% url game_index game.id %}">{{ game.id }} — started by {{ game.owner_nick }}</a></span></li>
|
||||
<li class="gameid"><span><a href="{% url game_index game.id %}">{{ game.id }}: {{ game.start_time }} – {{ game.end_time }}</a></span></li>
|
||||
<li class="gamestatus"><span>{{ game.status }}</span></li>
|
||||
<li class="gamecode"><span>o:{{ game.round_mode }}[{{ game.game_length }}],{{ game.line_length }},{{ game.random_method }},{{ game.lines_per_turn }}</span></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user