Sha256: 2317aafac90c8b6f204e8b2db50b610e773d7dd4a85aeb17770a1318bdff5f5c
Contents?: true
Size: 853 Bytes
Versions: 24
Compression:
Stored size: 853 Bytes
Contents
- content_for :scripts do = javascript_include_tag 'jquery.quickSearch.js' :javascript $(function() { $('#quick-search').quickSearch({url: '#{forge_orders_path}'}); }); %h1 Your Orders %p.info Review your orders here. Mark them as 'fulfilled' only once you've provided the goods purchased to your customer. = render :partial => "forge/shared/section_header", :locals => {:item => Order, :options => { :show_new => false }} %ul#item-list = render :partial => "order", :collection => @orders .comment-approval %span.font Filter: = link_to "Unfulfilled", "?show=unfulfill", :class => ("active" if params[:show] == "unfulfill"), :id => "first" = link_to "Fulfilled", "?show=fulfill", :class => ("active" if params[:show] == "fulfill") = render :partial => "forge/shared/section_footer", :locals => {:items => @orders}
Version data entries
24 entries across 24 versions & 1 rubygems