Sha256: 8eb96f2cbbd191848c7647754412f3ec141dc8c73c95c2f9b64d562275b3cd2a
Contents?: true
Size: 614 Bytes
Versions: 7
Compression:
Stored size: 614 Bytes
Contents
<%= simple_form_for([:backend, page], html: { autocomplete: "false" }) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :title %> <%= f.input :slug %> <%= f.input :homepage %> <%= f.association :parent, prompt: :translate %> <%= f.association :template, prompt: :translate %> <%= f.input :content, as: :wysiwyg %> <%= f.input :meta_keywords, as: :meta_keywords %> <%= f.input :meta_description %> <%= f.input :published_at, as: :date_time_picker %> </div> <div class="form-actions text-right"> <%= f.button :submit %> </div> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems