Sha256: 94ea2766a22292416495a61bcba674d4bf7ab1415d47ed3637fce5bbf085e45c

Contents?: true

Size: 528 Bytes

Versions: 63

Compression:

Stored size: 528 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 %>
  <% 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

63 entries across 63 versions & 1 rubygems

Version Path
alchemy_cms-5.0.10 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.6.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.8 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.5.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.4.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.0.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-5.0.1 app/views/alchemy/admin/layoutpages/edit.html.erb