Sha256: 6b8dc4f2f995f34fa5c8c9b685ee95eb084b53e6cd53eaca99e68e55287ac53e
Contents?: true
Size: 576 Bytes
Versions: 31
Compression:
Stored size: 576 Bytes
Contents
<%= f.inputs do %> <%= f.input :count, :label => "Limit number of pages to", :hint => "Leave blank for all pages" %> <%= f.input :page_template_id, :label => "Only show these page types", :as => :select, :collection => Smithy::Template.templates.map{|t| [t.name, t.id] } %> <%= f.input :parent_id, :label => "Show pages below", :as => :select, :collection => tree_for_select, :include_blank => false %> <%= f.input :sort, :label => 'Pages should appear in this order', :as => :select, :collection => Smithy::PageList.sort_options, :include_blank => false %> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems