Skip to content
Snippets Groups Projects
Commit 816eb664 authored by NF17 Etudiant's avatar NF17 Etudiant
Browse files

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

parents e5ad9051 4249c0a6
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<div class="page-header">
<h1><?php echo $list->getTitle(); ?></h1>
</div>
<?php try { ?>
<table class="table">
<thead>
<?php foreach($list->getLabels() as $field): ?>
......@@ -21,4 +22,7 @@
<?php endforeach; ?>
</tbody>
</table>
<?php } catch(Exception $e) {
echo $e->getMessage();
} ?>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment