Sha256: fb8379cce8523bb8f15ee21d9a89f1b5a38418d44ad00a7bc6822809a35b73a5

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

<%= alchemy_form_for [:admin, @page], url: alchemy.admin_layoutpage_path(@page), class: 'edit_page' do |f| %>
  <%= 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

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.0.16 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/layoutpages/edit.html.erb