Sha256: d203ba6cb8ae0d7c39121a78f7c7e8ea5110d0cb08a686b800da9a7e95de1dd5

Contents?: true

Size: 1001 Bytes

Versions: 28

Compression:

Stored size: 1001 Bytes

Contents

.row
  .span5
    = image_tag voucher.photo.url
  .span10.offset1
    %p.fz18.fb.white
      = voucher.name
    %p.p.red.fz14.fb Regras de utilização:
    != voucher.rules
%hr
  %div
    %h3.fb.white.p.mini Imprima seu Voucher
    %p.muted.p
      Para ter acesso ao voucher é necessário preencher apenas essas informações abaixo e imprimir o cupom que será gerado na tela seguinte e apresentá-lo no estabelecimento para obter o benefício.

    = simple_form_for @user, url: vouchers_send_confirmation_url do |f|
      %form{:action => vouchers_send_confirmation_url}
        .row.p.mini
          .span
            = f.label :name
            = f.input_field :name, class: 'span8'
            %p
              = f.error :name
          .span.offset1
            = f.label :email
            = f.input_field :email, class: 'span7', type: :email
            %p
              = f.error :email
        .ta-r
          %button.no-style{:type => "submit"}
            = image_tag 'btn_seguir.png'

Version data entries

28 entries across 28 versions & 2 rubygems

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