Skip to content
Snippets Groups Projects
Commit cb74a0e1 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix errors

parent df78c9bd
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<table class="table">
<thead>
<?php foreach($list->getLabels() as $field): ?>
<th><?php echo $field->getLabel(); ?></th>
<th><?php echo $field->label; ?></th>
<?php endforeach; ?>
<th></th>
</thead>
......
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