Sha256: 6d0e8f71fe84f989713f4906e6eed496fa7346f6dc7bda06033c63cdf26ed2d2

Contents?: true

Size: 699 Bytes

Versions: 6

Compression:

Stored size: 699 Bytes

Contents

= content_for :menu do
  = icon_to 'supprimer.png', [@payment, @reglement], method: :delete, 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

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.10 app/views/adherent/reglements/show.html.haml
adherent-0.1.9 app/views/adherent/reglements/show.html.haml
adherent-0.1.7 app/views/adherent/reglements/show.html.haml
adherent-0.1.6 app/views/adherent/reglements/show.html.haml
adherent-0.1.5 app/views/adherent/reglements/show.html.haml
adherent-0.1.4 app/views/adherent/reglements/show.html.haml