summaryrefslogtreecommitdiff
path: root/views/info.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/info.ejs')
-rw-r--r--views/info.ejs10
1 files changed, 2 insertions, 8 deletions
diff --git a/views/info.ejs b/views/info.ejs
index 02ce2dd..fdfc974 100644
--- a/views/info.ejs
+++ b/views/info.ejs
@@ -38,14 +38,8 @@ Read more about the game on
<td><%= row.player_names %>
<td><%= row.description %>
<td class="nowrap"><%= row.mtime %>
-<%
- if (row.is_your_turn) {
- %><td class="is_your_turn"><%= row.active_role %><%
- } else {
- %><td><%= row.active_role %><%
- }
- %><td><a href="/join/<%= row.game_id %>">Enter</a><%
-%>
+<td><%= row.active_role %>
+<td><a href="/join/<%= row.game_id %>">Enter</a>
<% }); %>
</table>
<% } %>