Views: Put footer below the last content block

This commit is contained in:
Riyyi
2022-11-15 17:40:18 +01:00
parent 54eee2416a
commit 8d576a497b
14 changed files with 4 additions and 38 deletions
-2
View File
@@ -56,8 +56,6 @@
<input type="hidden" name="_token" value="<?= $this->csrfToken; ?>" />
</form>
<div class="pb-5"></div>
</div>
</div>
</div>
-2
View File
@@ -61,8 +61,6 @@
<input type="hidden" name="_token" value="<?= $this->csrfToken; ?>" />
</form>
<div class="pb-5"></div>
</div>
</div>
</div>
-2
View File
@@ -64,8 +64,6 @@
<a class="btn btn-dark" href="<?= $this->url ?>/create">New <?= $this->title; ?></a>
</div>
</div>
<div class="pb-5"></div>
</div>
</div>
</div>
-2
View File
@@ -33,8 +33,6 @@
<?php } ?>
</tbody>
</table>
<div class="pb-5"></div>
</div>
</div>
</div>