Sha256: 1fcb1e34ce07dee2fc460fcbeeba0a01bfd5ba9c4dad35eb557841c453128997

Contents?: true

Size: 1.04 KB

Versions: 28

Compression:

Stored size: 1.04 KB

Contents

%h1 Usuários do voucher "#{@voucher.name}"

- if @users.length > 0
  %table.table.table-striped
    %table.table
      %thead
        %tr
          %th Nome
          %th Email
          %th Confirmou por email?
          %th Ações
      %tbody
        - @users.each do |user|
          %tr
            %td= user.name.titleize
            %td= user.email.downcase
            %td= user.confirmed ? 'Sim' : 'Não'
            %td
              = link_to image_tag('admix/icons/delete.png'), admix_voucher_user_delete_url(id: @voucher.id, user_id: user.id), method: :delete, class: 'btn', title: 'Deletar este usuário'
              - if user.confirmed
                = link_to image_tag('admix/icons/printer.png'), vouchers_print_url(id: @voucher.id, user_id: user.id), class: 'btn', title: 'Imprimir voucher do usuário'
              - else
                %a.btn.disabled{title: 'Usuário não confirmado'}= image_tag('admix/icons/printer.png')

- else
  %p Nenhum cliente requisitou este voucher


= link_to t('admix.crud.back'), collection_url, class: 'btn'


Version data entries

28 entries across 28 versions & 2 rubygems

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