tinyforms/app/views/forms/edit.html.erb
2020-04-14 14:25:38 +02:00

15 lines
351 B
Plaintext

<div class="section">
<div class=" columns ">
<div class="column is-half is-offset-one-quarter">
<div class="box">
<div class="content has-text-centered">
<h1 class="has-text-weight-light">Update <%= @form.title %></h1>
<%= render 'form', form: @form %>
</div>
</div>
</div>
</div>
</div>