Sha256: 7f986d19e6fb4fd0161ebc5f479a52fa9991783685b79bce741a767a95d4ade0

Contents?: true

Size: 690 Bytes

Versions: 28

Compression:

Stored size: 690 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
      %meta{:content => "noindex, nofollow", :name => "robots"}
        %title Admix
        = stylesheet_link_tag    "admix/application", :media => "all"
        = javascript_include_tag "admix/application"
        = csrf_meta_tags
  %body
    %h2 Lista do voucher "#{@voucher.name}"
    - if @users.length > 0
      %table.table
        %thead
          %tr
            %th Nome
            %th Email
        %tbody
          - @users.each do |user|
            %tr
              %td= user.name.titleize
              %td= user.email.downcase

      %script
        window.print();
    - else
      %p Nenhum cliente imprimiu este voucher

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
mix-rails-0.25.1 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.25.1 app/views/admix/vouchers/print.html.haml
mix-rails-0.25.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.25.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.24.1 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.24.1 app/views/admix/vouchers/print.html.haml
mix-rails-0.24.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.24.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.23.1 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.23.1 app/views/admix/vouchers/print.html.haml
mix-rails-0.23.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.23.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.22.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.22.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.16.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.16.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.15.0 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.15.0 app/views/admix/vouchers/print.html.haml
mix-rails-0.12.2 mix-rails-vouchers/app/views/admix/vouchers/print.html.haml
mix-rails-vouchers-0.12.2 app/views/admix/vouchers/print.html.haml