Sha256: 4db2102d086643f10e4ef8888c0f256a545d3ccc1900938cb23179badf831535

Contents?: true

Size: 227 Bytes

Versions: 2

Compression:

Stored size: 227 Bytes

Contents

#cart-wrapper
  %script{ type: 'text/x-handlebars'}
    {{ view RightnowOms.ShowCartInDetailView }}

:javascript
  $(function() {
    RightnowOms.cartController.load(#{@cart.as_api_response(:default).to_json.html_safe});
  });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rightnow_oms-0.0.4 app/views/rightnow_oms/carts/show.html.haml
rightnow_oms-0.0.3 app/views/rightnow_oms/carts/show.html.haml