Sha256: 45916fe8a6e75297a0f950c14053dcd6213ee3779b75991683d9c38b6ce83967
Contents?: true
Size: 682 Bytes
Versions: 24
Compression:
Stored size: 682 Bytes
Contents
- content_for :scripts do = javascript_include_tag 'jquery.quickSearch.js', 'jquery.twoLevelSort.js' :javascript $(function() { $('#quick-search').quickSearch({url: '#{forge_banners_path}'}); $('#item-list').forgeTwoLevelSort({callbackPath: '#{reorder_forge_banners_path}', itemArray: 'banner_list[]'}); }); %h1 Your Banners %p This is a list of all the banners in your site. You can add, edit, and delete banners here. = render :partial => "forge/shared/section_header", :locals => {:item => Banner} %ul#item-list= render :partial => "banner", :collection => @banners = render :partial => "forge/shared/section_footer", :locals => {:items => @banners}
Version data entries
24 entries across 24 versions & 1 rubygems