Sha256: 6f7b375c01c5c094cad7c81c6adde2dd8f6fbdcf3783e594b7b57c95c6900618
Contents?: true
Size: 407 Bytes
Versions: 3
Compression:
Stored size: 407 Bytes
Contents
<%= semantic_form_for [:admin, @page] do |f| %> <%= f.inputs "Detalhes" do %> <%= f.input :title %> <%= f.input :description %> <%= f.input :keywords, as: :select, multiple: true, collection: f.object.keywords, input_html: { class: 'taggable' }, include_blank: false %> <% end %> <%= render partial: 'dynamic_inputs', locals: { f: f, force_print: true } %> <%= f.actions %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems