Sha256: 9daffe7c406305d73a69f6273f654e1db399e8bda0a3867b268a6a1449b2bb72

Contents?: true

Size: 656 Bytes

Versions: 13

Compression:

Stored size: 656 Bytes

Contents

<%= alchemy_form_for [:admin, @page], class: 'edit_page' do |f| %>
  <%= f.input :page_layout,
    collection: @page_layouts,
    label: @page.layout_description.blank? ? (%(<span class="inline warning icon" title="#{ _t(:page_layout_description_missing) }"></span>&nbsp;) + _t(:page_type)).html_safe : _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 & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/layoutpages/edit.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/layoutpages/edit.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/layoutpages/edit.html.erb