Sha256: ab18086bd79e5094206cadce1ba82f2220cd292c513efffa142dd09d7f10f133

Contents?: true

Size: 507 Bytes

Versions: 3

Compression:

Stored size: 507 Bytes

Contents

<%= alchemy_form_for [:admin, @page], class: 'edit_page' do |f| %>
  <%= f.input :page_layout,
    collection: @page_layouts,
    label: page_layout_label(@page),
    include_blank: false,
    input_html: {class: 'alchemy_selectbox'} %>
  <%= f.input :name, autofocus: true %>
  <% if @page.taggable? %>
    <div class="input string">
      <%= f.label :tag_list %>
      <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
    </div>
  <% end %>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alchemy_cms-3.5.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.5.0.rc2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.5.0.rc1 app/views/alchemy/admin/layoutpages/edit.html.erb