Sha256: fa3a70ff1e7c2bd78238a5c695d8e598d0ec8a222d78756fa3ceb6117572be57

Contents?: true

Size: 746 Bytes

Versions: 27

Compression:

Stored size: 746 Bytes

Contents

= content_for :menu do
  = icon_to 'supprimer.png', [@payment, @reglement], method: :delete, data:{confirm: 'Etes vous sûr ?'}
  = icon_to 'retour.png', :back
  


.champ
  %h3 Détail d'un réglement

  .inner-champ
    %p
      %b Imputé sur un payment effectué par :
      = @payment.member.to_s
    %p
      %b Le :
      = @payment.date
    %p
      %b d'un montant total de :
      = number_to_currency(@payment.amount, locale: :fr)
    %p
      %b dont sur ce réglement :
      = number_to_currency(@reglement.amount, locale: :fr)
    %p
      %b enregistré le :
      = l @reglement.created_at
    - if @reglement.created_at != @reglement.updated_at
      %p
        %b modifié le :
        = l @reglement.updated_at
  
            

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
adherent-0.3.13 app/views/adherent/reglements/show.html.haml
adherent-0.3.12 app/views/adherent/reglements/show.html.haml
adherent-0.3.11 app/views/adherent/reglements/show.html.haml
adherent-0.3.10 app/views/adherent/reglements/show.html.haml
adherent-0.3.9 app/views/adherent/reglements/show.html.haml
adherent-0.3.7 app/views/adherent/reglements/show.html.haml
adherent-0.3.6 app/views/adherent/reglements/show.html.haml
adherent-0.3.5 app/views/adherent/reglements/show.html.haml
adherent-0.3.4 app/views/adherent/reglements/show.html.haml
adherent-0.3.3 app/views/adherent/reglements/show.html.haml
adherent-0.3.2 app/views/adherent/reglements/show.html.haml
adherent-0.3.1 app/views/adherent/reglements/show.html.haml
adherent-0.3.0 app/views/adherent/reglements/show.html.haml
adherent-0.2.9 app/views/adherent/reglements/show.html.haml
adherent-0.2.8 app/views/adherent/reglements/show.html.haml
adherent-0.2.7 app/views/adherent/reglements/show.html.haml
adherent-0.2.6 app/views/adherent/reglements/show.html.haml
adherent-0.2.5 app/views/adherent/reglements/show.html.haml
adherent-0.2.4 app/views/adherent/reglements/show.html.haml
adherent-0.2.3 app/views/adherent/reglements/show.html.haml