Sha256: 63a671ac8314c229f4f46a359a03799bf867146f51102042f8773b3dccbcb002

Contents?: true

Size: 485 Bytes

Versions: 11

Compression:

Stored size: 485 Bytes

Contents

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


.champ
  %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

11 entries across 11 versions & 1 rubygems

Version Path
adherent-0.2.2.4 app/views/adherent/payments/index.html.haml
adherent-0.2.2.3 app/views/adherent/payments/index.html.haml
adherent-0.2.2.2 app/views/adherent/payments/index.html.haml
adherent-0.2.2.1 app/views/adherent/payments/index.html.haml
adherent-0.2.2 app/views/adherent/payments/index.html.haml
adherent-0.1.10 app/views/adherent/payments/index.html.haml
adherent-0.1.9 app/views/adherent/payments/index.html.haml
adherent-0.1.7 app/views/adherent/payments/index.html.haml
adherent-0.1.6 app/views/adherent/payments/index.html.haml
adherent-0.1.5 app/views/adherent/payments/index.html.haml
adherent-0.1.4 app/views/adherent/payments/index.html.haml