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