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