Sha256: 9a12391152bc00e3925416ba488293632487d5a05e24f57d9635bfe6d53cfee6

Contents?: true

Size: 389 Bytes

Versions: 8

Compression:

Stored size: 389 Bytes

Contents

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

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.8 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.7 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.6 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.5 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.4 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.3 app/views/archangel/backend/templates/_form.html.erb
archangel-0.0.2 app/views/archangel/backend/templates/_form.html.erb