adherent 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/adherent/members/index.html.erb +1 -1
- data/lib/adherent/version.rb +1 -1
- data/spec/dummy/log/test.log +4960 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c35251b000451b1b9f7274e0ae471704 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d88c0d3362ebdb47849b797a3ec1b355 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fca89522784c8592001dc314a2361344 +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d73e1e6f1f82a917b241e4b7339779cfc3f66004
|
4
|
+
data.tar.gz: 49d1fab867662d9db7238fa44fb6c98df3e07615
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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=>:
|
6
|
+
<%= icon_to('xls.png', members_path(@organism, :format=>:xls)) %>
|
7
7
|
<% end -%>
|
8
8
|
|
9
9
|
|
data/lib/adherent/version.rb
CHANGED
@@ -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.
|
17
|
+
VERSION = '0.2.5' # Insertion icone et action export csv xls pour members
|
18
18
|
end
|