Sha256: 94a5cb360cf6b4ec2b9cc500804cb4a6b32f4aa53557f08c4b8bcb52826ecd7a

Contents?: true

Size: 993 Bytes

Versions: 5

Compression:

Stored size: 993 Bytes

Contents

.hero-unit
  %h1 Mollie Bank
  %p Pay time!

#bank.row
  .span1  
  .span10
    %h2 Payment request

    %table.table.table-bordered.table-striped
      %tbody
        %tr
          %td Amount
          %td <strong>#{amount} EUR</strong>
        %tr
          %td Description
          %td <strong>#{description}</strong>
        %tr
          %td Url to report if you've payed
          %td <strong>#{reporturl}</strong>
        %tr
          %td(nowrap="nowrap") Url to return to after transaction
          %td(width="100%") <strong>#{returnurl}</strong>
        %tr
          %td Transaction ID
          %td <strong>#{transaction_id}</strong>

    %a.btn.btn-large.btn-success(href="#{url_path}/payment?paid=true&transaction_id=#{transaction_id}") <i class="icon-ok icon-white"></i> YES, I wish to pay

    %a.btn.btn-large.btn-danger.pull-right(href="#{url_path}/payment?paid=false&transaction_id=#{transaction_id}") <i class="icon-remove icon-white"></i> NO, I do not want to pay

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mollie-bank-0.0.5 lib/mollie-bank/application/views/bank_page.haml
mollie-bank-0.0.4 lib/mollie-bank/application/views/bank_page.haml
mollie-bank-0.0.3 lib/mollie-bank/application/views/bank_page.haml
mollie-bank-0.0.2 lib/mollie-bank/application/views/bank_page.haml
mollie-bank-0.0.1 lib/mollie-bank/application/views/bank_page.haml