Sha256: 64b99ed834fc133c30fdc0622fababb17d040ccca299374a120c353eb455a7f0

Contents?: true

Size: 677 Bytes

Versions: 6

Compression:

Stored size: 677 Bytes

Contents

%h2.effective-qb-sync-page-title= @page_title

%table.table
  %tbody
    - @qb_ticket.attributes.except('hpc_response', 'qb_request_id', 'id').each do |key, value|
      %tr
        %th= key.titleize
        %td= value

%h3 Orders

- if defined?(EffectiveBootstrap)
  = render 'form', qb_order_items_form: @qb_order_items_form, qb_ticket: @qb_ticket
- else
  = render 'simple_form', qb_order_items_form: @qb_order_items_form, qb_ticket: @qb_ticket

%h3 Sync Log

%table.table
  %thead
    %tr
      %th Time
      %th Message
  %tbody
    - @qb_ticket.qb_logs.each do |qb_log|
      %tr
        %th= qb_log.created_at.strftime("%H:%M:%S").html_safe
        %td= qb_log.message

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_qb_sync-1.2.5 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.2.4 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.2.3 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.2.2 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.2.1 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.2.0 app/views/admin/qb_syncs/show.html.haml