Sha256: c3510225f53422005e4fe53c513e50cc977ccee6f747d1b53d274d93337c5978

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

= content_for :menu do
  = icon_to_users
  = icon_to 'money-plus.png', new_member_payment_path(@member), title:'Nouveau paiement'


.champ.col-lg-12
  %h3 Historique des paiements reçus de #{@member.to_s} 
  
  %table.table.table-striped.table-bordered.table-condensed(cellpadding="0" cellspacing="0" border="0")
    %thead
      %tr
        %th Le
        %th Montant
        %th Par
        %th Imputé sur 
        %th Reste à imputer
        %th Actions
    %tbody
      = render @payments

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adherent-0.2.1 app/views/adherent/payments/index.html.haml
adherent-0.2.0 app/views/adherent/payments/index.html.haml