Sha256: 5b3d54b1a6886121be59915804e82cc95dbbaa2f9c23ea518e818df5748ead99
Contents?: true
Size: 558 Bytes
Versions: 27
Compression:
Stored size: 558 Bytes
Contents
%li.order.object{:id => "order_#{order.id}", :'data-id' => order.id} .attributes %span.name.attribute - render_region :body do |body| - body.price do %span.price.attribute= link_to number_to_currency(order.price), edit_admin_shop_order_path(order) - body.status do %span.status.attribute= order.status - body.updated do %span.updated.attribute= distance_of_time_in_words(Time.now, order.updated_at) - body.customer do .modify %span.customer.attribute= order.customer.name rescue nil
Version data entries
27 entries across 27 versions & 1 rubygems