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