4 lines
172 B
Plaintext
4 lines
172 B
Plaintext
<form action="/customers/<%= customer.id %>?_method=PUT" method="post">
|
|
<%- include('form', { customer }) %>
|
|
<button class="btn btn-primary">Aktualizuj</button>
|
|
</form> |