Move CRUD edit button into the form DOM element

This commit is contained in:
Riyyi
2021-05-10 15:50:39 +02:00
parent 541b1de8de
commit 230b580909
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -57,9 +57,10 @@
<?php } ?>
</div>
<?php } ?>
<button type="submit" class="js-edit btn btn-dark" data-href="<?= $this->url . '/' . $this->model->id; ?>">Edit</button>
<input type="hidden" name="_token" value="<?= $this->csrfToken; ?>" />
</form>
<button class="js-edit btn btn-dark" href="<?= $this->url . '/' . $this->model->id; ?>">Edit</button>
<div class="pb-5"></div>
</div>