Sha256: 3612c17cfad9b67990e6e82c656e77c0a305c7d746026a9b817640d4dac97a2a

Contents?: true

Size: 301 Bytes

Versions: 3

Compression:

Stored size: 301 Bytes

Contents

<%= alchemy_form_for [:admin, @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

3 entries across 3 versions & 1 rubygems

Version Path
alchemy_cms-7.2.3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/layoutpages/edit.html.erb