Skip to content

Commit

Permalink
rename partials
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Aug 2, 2023
1 parent 3d8c673 commit d59d88e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>

<div class="modal-footer">
<?= $this->relationMakePartial('manage_update_form_footer') ?>
<?= $this->relationMakePartial('manage_form_footer_update') ?>
</div>

<?= Form::close() ?>
Expand Down Expand Up @@ -55,7 +55,7 @@

</div>
<div class="modal-footer">
<?= $this->relationMakePartial('manage_create_form_footer') ?>
<?= $this->relationMakePartial('manage_form_footer_create') ?>
</div>
<?= Form::close() ?>

Expand Down

0 comments on commit d59d88e

Please sign in to comment.