Sha256: 210639e5890a88e7f10e852fbe376ff9a0356522ca1ca488ba21763d483507d4

Contents?: true

Size: 481 Bytes

Versions: 33

Compression:

Stored size: 481 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: Alchemy.t('Please choose'),
    input_html: {class: 'alchemy_selectbox'} %>
  <%= f.input :name, autofocus: true %>
  <div class="input string">
    <%= f.label :tag_list %>
    <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
  </div>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
alchemy_cms-5.3.8 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.1.9 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.1.8 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.1.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.1.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.2.2 app/views/alchemy/admin/layoutpages/edit.html.erb