Added missing closing HTML tag in template
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
<?php if (empty($columns)): ?>
|
<?php if (empty($columns)): ?>
|
||||||
<p class="alert alert-error"><?= t('Your board doesn\'t have any columns!') ?></p>
|
<p class="alert alert-error"><?= t('Your board doesn\'t have any columns!') ?></p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<table class="table-striped table-scrolling"
|
<table class="table-striped table-scrolling">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="column-40"><?= t('Column') ?></th>
|
<th class="column-40"><?= t('Column') ?></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user