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