additionals/app/views/dashboards/edit.html.slim
2024-08-27 09:30:58 +02:00

7 lines
223 B
Plaintext

h2 = l :button_dashboard_edit
= labelled_form_for :dashboard,
@dashboard,
html: { multipart: true, id: 'dashboard-form' } do |f|
= render('form', f:)
= submit_tag l(:button_save)