Sha256: 7620b8800e46e637f2018ee168e77073fc89426e5c5deb5ecd1684559e8029c4

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

<%= simple_form_for([:backend, widget], html: { autocomplete: "false" }) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :name %>
    <%= f.input :slug %>
    <%= f.association :design, prompt: :translate %>
    <%= f.input :content, as: :wysiwyg %>
  </div>

  <div class="form-actions text-right">
    <%= f.button :submit, class: "btn btn-primary" %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.4.0 app/views/archangel/backend/widgets/_form.html.erb