Cosmetic commit
This commit is contained in:
parent
bc997708f4
commit
19f744a11c
3 changed files with 12 additions and 10 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue