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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 853c13ed6b1821215613f6a16b07bd71010f625e
4
- data.tar.gz: c475005d82b6c1bf70ea20111deee3e2cc8ac53e
3
+ metadata.gz: c791aeb14e62a63c13ff357848c01c241eeecc1b
4
+ data.tar.gz: 23ed3464705b6e0be9dd52c8006b81fed2ba6b64
5
5
  SHA512:
6
- metadata.gz: 93b04133117c989b60b8fd96ef51786f0999320d6894fd4bfdfe5b533940d69f03d12b0b099f1d462e0d6ac8fc61d741e84ef9407ceb811efae99aaf7c202ae8
7
- data.tar.gz: 81ce2db26d7108fd9653b4c8d925fde735e092befcb688bf0a4b2934933a5e76809a0f327b05cd59f543451a59bb838eafd407ddc50273d2439013294a55917a
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
- <%= icon_to_if false, 'nb_supprimer_1.png', member_path(id:member.id),
50
- {title:'Suppression impossible car présence de paiements',
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>
@@ -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.9' # icone nb_supprimer pour les adhérents avec paiements
26
+ VERSION = '0.3.10' # icone nb_supprimer pour les adhérents avec paiements
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adherent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Claude Lepage