adherent 0.3.9 → 0.3.10
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 +4 -4
- data/app/views/adherent/members/index.html.erb +3 -3
- data/lib/adherent/version.rb +1 -1
- 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: c791aeb14e62a63c13ff357848c01c241eeecc1b
|
|
4
|
+
data.tar.gz: 23ed3464705b6e0be9dd52c8006b81fed2ba6b64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 203d3c9c4f30058efb5808c22d20facec648d81062efe7b3b4881570b1ba838b7064188601f16de009d6367ed0dea507730b27f777cd7a9fd81540ce7e12095c
|
|
7
|
+
data.tar.gz: 67699647009241bf4a395d688952fddd16080f8f05237e81258adb23346645eb1f248ac398dd75a16c11341394c728ae63911a59485812fc3339753ba3cb42b0
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
<% if member.nb_payments == 0 %>
|
|
47
47
|
<%= icon_to 'supprimer.png', member_path(id:member.id), :method => :delete, data:{:confirm => 'Etes vous sûr ?'} %>
|
|
48
48
|
<% else %>
|
|
49
|
-
<%=
|
|
50
|
-
|
|
51
|
-
class:'inactive_icon_menu'
|
|
49
|
+
<%= image_tag 'adherent/icones/nb_supprimer.png', member_path(id:member.id),
|
|
50
|
+
title:'Suppression impossible car présence de paiements',
|
|
51
|
+
class:'inactive_icon_menu' %>
|
|
52
52
|
<% end %>
|
|
53
53
|
</td>
|
|
54
54
|
</tr>
|
data/lib/adherent/version.rb
CHANGED
|
@@ -23,5 +23,5 @@ module Adherent
|
|
|
23
23
|
# VERSION = '0.3.4' # les règlements sans adhésion s'affichent
|
|
24
24
|
# VERSION = '0.3.5' # Affichage plus rapide des paiements
|
|
25
25
|
# VERSION = '0.3.6' # Affichage plus rapide des paiements
|
|
26
|
-
VERSION = '0.3.
|
|
26
|
+
VERSION = '0.3.10' # icone nb_supprimer pour les adhérents avec paiements
|
|
27
27
|
end
|