Sha256: 943eed3743e954fccdf11457968fbd9f072c5f10f59e823d7d70ff280abe081f

Contents?: true

Size: 542 Bytes

Versions: 11

Compression:

Stored size: 542 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
= render '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

11 entries across 11 versions & 1 rubygems

Version Path
effective_qb_sync-1.5.0 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.4.0 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.8 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.7 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.6 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.5 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.4 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.3 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.2 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.1 app/views/admin/qb_syncs/show.html.haml
effective_qb_sync-1.3.0 app/views/admin/qb_syncs/show.html.haml