first commit
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<th>Id</th>
|
||||
<th>Nom</th>
|
||||
<th>Droit</th>
|
||||
<th>Contributions</th>
|
||||
<th>actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -20,6 +21,7 @@
|
||||
<td>{{ membre.id }}</td>
|
||||
<td>{{ membre.nom }}</td>
|
||||
<td>{{ membre.droit }}</td>
|
||||
<td>{{ membre.contributions|length }}</td>
|
||||
<td>
|
||||
<a href="{{ path('app_membre_show', {'id': membre.id}) }}">show</a>
|
||||
<a href="{{ path('app_membre_edit', {'id': membre.id}) }}">edit</a>
|
||||
|
||||
Reference in New Issue
Block a user