Sha256: a29e17a54b3d9afc2bd624d4a52001e19cd265155f29981fe3a71a36a31ffadf
Contents?: true
Size: 559 Bytes
Versions: 24
Compression:
Stored size: 559 Bytes
Contents
- content_for :scripts do = javascript_include_tag 'jquery.quickSearch.js' :javascript $(function() { $('#quick-search').quickSearch({url: '#{forge_dispatches_path}'}); }); %h1 Your Dispatches %p This is a list of all the dispatches in your site. You can add, edit, and delete dispatches here. = render :partial => "forge/shared/section_header", :locals => {:item => Dispatch} %ul#item-list= render :partial => "dispatch", :collection => @dispatches = render :partial => "forge/shared/section_footer", :locals => {:items => @dispatches}
Version data entries
24 entries across 24 versions & 1 rubygems