Cosmetic commit

This commit is contained in:
nemunaire 2014-01-20 09:58:29 +01:00
commit 19f744a11c
3 changed files with 12 additions and 10 deletions

View file

@ -1,9 +1,11 @@
{extends file="layout.tpl"}
{block name=body}
<div class="container">
<h3>Choisissez la team que vous voulez représenter :</h3>
{foreach from=$teams item=i}
<ul>
<li>{link href_prefix="/{$SALT_USER}/{$i->id}/" href="" label="{$i->team_name}"}</li>
</ul>
{/foreach}
</div>
{/block}

View file

@ -7,7 +7,7 @@
</div>
<div class="panel-body">
{if not empty($members)}
<table class="table">
<table class="table table-striped table-hover">
<thead><tr>
<th>Prénom</th>
<th>Nom</th>