adherent 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 127fbdd71b1bdaa6d9072a7033fe51b12509da0c
4
- data.tar.gz: df8d29fd57d16ef6bd3a00e117d8d46f94df0052
3
+ metadata.gz: d73e1e6f1f82a917b241e4b7339779cfc3f66004
4
+ data.tar.gz: 49d1fab867662d9db7238fa44fb6c98df3e07615
5
5
  SHA512:
6
- metadata.gz: 190a65eb5593687177f11dd585704c2aa82df315664e5fa86416b60092a4ef42b0a892706cc2d97cc1c5a0818756151844f2c52b6c642342c01a0a9c3d38a967
7
- data.tar.gz: bc51fcbe4e1deb9250cd972ae5acd3b1030cdda952b6e4c590b5bd89eda46b67669cbb6e059387d83f7765a8a3028facb55304fa8ae882d9f6f85efb18219b4d
6
+ metadata.gz: 2a3baa2da760bbae44f6caa1749caef1eead53ea43fbed2429867a4d7f4e294541082d367d797300a8e33c932b297417e937a5245a9fbe527ae44ba746d0bdec
7
+ data.tar.gz: 87f94940953684dfd12cab378dbbdf709ab100ea9b41fe3fb7cf68d3e150c1de1851e1b058d2859b15c7eeb99232e52bd83b16598be2f98faa6403e575714d10
@@ -3,7 +3,7 @@
3
3
  <%= icon_to 'nouveau.png', new_member_path, title:'Ajouter un membre' %>
4
4
  <%= icon_to 'payment.png', payments_path, title:'Table des paiements' %>
5
5
  <%= icon_to('csv.png', members_path(@organism,:format=>:csv)) %>
6
- <%= icon_to('xls.png', members_path(@organism, :format=>:csv)) %>
6
+ <%= icon_to('xls.png', members_path(@organism, :format=>:xls)) %>
7
7
  <% end -%>
8
8
 
9
9
 
@@ -14,5 +14,5 @@ module Adherent
14
14
  # VERSION = "0.2.2.3" # adaptation à la précompilation des assets
15
15
  # VERSION = "0.2.2.4" # correction des références des assets data_tables
16
16
  # VERSION = '0.2.3' # Ajout d'un champ comment pour les paiements
17
- VERSION = '0.2.4' # Vue index avec fin adh et montant du plus export
17
+ VERSION = '0.2.5' # Insertion icone et action export csv xls pour members
18
18
  end