remove unnecessary colspans

This commit is contained in:
Thibault Duplessis 2013-06-02 12:25:28 +02:00
parent 7b80c51325
commit 61da93cbd4
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ underchat = underchat.some) {
<table class="some"><tbody></tbody></table>
<table class="empty">
<tr class="create_game">
<td colspan="5">@trans.noGameAvailableRightNowCreateOne()</td>
<td>@trans.noGameAvailableRightNowCreateOne()</td>
</tr>
</table>
</div>

View file

@ -2,7 +2,7 @@
@if(tours.isEmpty) {
<tr class="create">
<td colspan="5">
<td>
<a href="@routes.Tournament.form()" class="action">Create a new tournament</a>
</td>
</tr>

View file

@ -40,7 +40,7 @@
}
@if(ctx.isAuth) {
<tr class="create">
<td colspan="5">
<td>
<a href="@routes.Tournament.form()" class="action">Create a new tournament</a>
</td>
</tr>