Skip to content
Snippets Groups Projects
Commit f276f925 authored by cortylal's avatar cortylal
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents e0960ff3 fa0acc87
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<?php foreach($listParams["keys"] as $key): ?>
<td><?php echo $line->{$key}(); ?></td>
<?php endforeach; ?>
<td> <button type="button" class="btn btn-primary">Editer</button>
<td> <a type="button" class="btn btn-primary" href="">Editer</a>
</tr>
<?php endforeach; ?>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment