11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
<%= simple_form_for([:origami,@commission]) do |f| %>
|
|
<%= f.error_notification %>
|
|
|
|
<div class="form-inputs">
|
|
</div>
|
|
|
|
<div class="form-actions">
|
|
<%= f.button :submit %>
|
|
</div>
|
|
<% end %>
|