mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
remove doble slash ad form url
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
</div><!--//.card-header -->
|
</div><!--//.card-header -->
|
||||||
<form id="clienteForm" data-cliente="<?=$clienteEntity->id?>"
|
<form id="clienteForm" data-cliente="<?=$clienteEntity->id?>"
|
||||||
data-url="<?= auth()->user()->inGroup('cliente-admin') || auth()->user()->inGroup('cliente-editor') ?
|
data-url="<?= auth()->user()->inGroup('cliente-admin') || auth()->user()->inGroup('cliente-editor') ?
|
||||||
'/presupuestos/presupuestocliente/edit/' : '/presupuestoadmin/edit//' ?>"
|
'/presupuestos/presupuestocliente/edit/' : '/presupuestoadmin/edit/' ?>"
|
||||||
method="post" class="card-body" action="<?= $formAction ?>">
|
method="post" class="card-body" action="<?= $formAction ?>">
|
||||||
<?= csrf_field() ?>
|
<?= csrf_field() ?>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|||||||
Reference in New Issue
Block a user