Sha256: 2bc4ef38e32a98c0fd5ed3664202a0cab9fc41460aa7e41d6bd5b817990134cd

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 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: false,
    input_html: {class: 'alchemy_selectbox'} %>
  <%= f.input :name %>
  <%= f.submit Alchemy.t(:create) %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-3.3.0.rc2 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-3.3.0.rc1 app/views/alchemy/admin/pages/_new_page_form.html.erb