Sha256: 587944d770d6aaafaf1014ac5f4c0b682ac220bfc3fd5845378c66ef0c096fcc

Contents?: true

Size: 474 Bytes

Versions: 13

Compression:

Stored size: 474 Bytes

Contents

<%= alchemy_form_for [:admin, @page], class: 'edit_page' do |f| %>
  <%= f.input :page_layout, collection: @page_layouts, label: _t(:page_type), 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 _t(:save) %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
alchemy_cms-3.0.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/admin/layoutpages/edit.html.erb