Sha256: ff5bd0ebfd1b06471aff9309f5c977f68e1bae5f4c2346b62c3847c6a304ef3c
Contents?: true
Size: 399 Bytes
Versions: 48
Compression:
Stored size: 399 Bytes
Contents
<%= alchemy_form_for([:admin, @page]) do |f| %> <%= f.hidden_field(:parent_id) %> <%= f.hidden_field(:layoutpage) %> <%= f.input :page_layout, collection: @page_layouts, label: Alchemy.t(:page_type), include_blank: Alchemy.t('Please choose'), required: true, input_html: {class: 'alchemy_selectbox'} %> <%= f.input :name %> <%= f.submit Alchemy.t(:create) %> <% end %>
Version data entries
48 entries across 48 versions & 1 rubygems