simuls are no longer in beta

This commit is contained in:
Thibault Duplessis 2015-04-05 21:32:27 +02:00
parent 005eb7bf2f
commit a4a06a2945
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<h2>Play</h2>
<a href="/?any#hook">@trans.createAGame()</a>
<a href="@routes.Tournament.home">@trans.tournament()</a>
<a href="@routes.Simul.home">Simul (Beta)</a>
<a href="@routes.Simul.home">Simul</a>
<a href="@routes.Tv.index">Lichess TV</a>
</section>
<section>

View file

@ -25,7 +25,7 @@
}
<div class="content_box simul_box no_padding">
<h1>Simultaneous exhibitions (Beta)</h1>
<h1>Simultaneous exhibitions</h1>
<table class="slist">
<thead>
<tr>
@ -45,7 +45,7 @@
}
@if(ctx.isAuth) {
<tr class="create">
<td colspan="3">
<td colspan="4">
<a href="@routes.Simul.form()" class="action button text">Host a new simul</a>
</td>
</tr>