Sha256: 9daffe7c406305d73a69f6273f654e1db399e8bda0a3867b268a6a1449b2bb72
Contents?: true
Size: 656 Bytes
Versions: 13
Compression:
Stored size: 656 Bytes
Contents
<%= alchemy_form_for [:admin, @page], class: 'edit_page' do |f| %> <%= f.input :page_layout, collection: @page_layouts, label: @page.layout_description.blank? ? (%(<span class="inline warning icon" title="#{ _t(:page_layout_description_missing) }"></span> ) + _t(:page_type)).html_safe : _t(:page_type), include_blank: false, input_html: {class: 'alchemy_selectbox'} %> <%= f.input :name, autofocus: true %> <% if @page.taggable? %> <div class="input string"> <%= f.label :tag_list %> <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %> </div> <% end %> <%= f.submit _t(:save) %> <% end %>
Version data entries
13 entries across 13 versions & 2 rubygems