Sha256: 2955c80cba3462453424e988df35dcb576b6a8f0cdd9a76299bfe794a3abf52c

Contents?: true

Size: 290 Bytes

Versions: 72

Compression:

Stored size: 290 Bytes

Contents

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

72 entries across 72 versions & 1 rubygems

Version Path
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.b2 app/views/alchemy/admin/layoutpages/edit.html.erb
alchemy_cms-6.0.0.b1 app/views/alchemy/admin/layoutpages/edit.html.erb