Sha256: cb09b5d327ca259615aff6ffed6526bf72d739855a65ab5f32f0e8443501c1fb

Contents?: true

Size: 487 Bytes

Versions: 4

Compression:

Stored size: 487 Bytes

Contents

.row{ style: "margin-top: 60px"}
  .col.s12{ style: "height: 250px; overflow: scroll"}
    %table.responsive-table.hoverable.striped.resources_table
      %thead
        %tr
          %th{ :"data-field"=>"name"}= t('.name')
          %th= t(:delete)

      %tbody#account_printers.resources_list
        - resource.print_jobs.each do |print_job|
          = render partial: 'oxen/print_jobs/printer_print_job', locals: { print_job: print_job, parent: resource, parent_id: resource.id  }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oxen_printer-0.2.8 app/views/oxen/print_jobs/_printer_print_jobs.html.haml
oxen_printer-0.2.4 app/views/oxen/print_jobs/_printer_print_jobs.html.haml
oxen_printer-0.2.1 app/views/oxen/print_jobs/_printer_print_jobs.html.haml
oxen_printer-0.0.3 app/views/oxen/print_jobs/_printer_print_jobs.html.haml