Sha256: 5aaadee3ce5b2ade0046f2282cc23c125498801860a7b883b6a26a9d7fcf9539

Contents?: true

Size: 344 Bytes

Versions: 13

Compression:

Stored size: 344 Bytes

Contents

<%= alchemy_form_for [:admin, @page], url: alchemy.admin_layoutpage_path(@page), class: 'edit_page' do |f| %>
  <%= f.input :name, autofocus: true %>
  <%= render Alchemy::Admin::TagsAutocomplete.new do %>
    <%= f.input :tag_list, input_html: { value: f.object.tag_list.join(",") } %>
  <% end %>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
alchemy_cms-7.3.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/layoutpages/edit.html.erb