viniBaxter-field-active_storage 300.0.10 → 300.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e63d258f0c53f550669d2af609eea38905f5af1dfca2999dd71897e8b6b8d34a
4
- data.tar.gz: a6bcec3a78f1d85cfc26d8402dbacf4eba40be0309de8866d61c93654ca7a63e
3
+ metadata.gz: e735bbcfeb7e7bea423eafdb4982520f4a83c9b80095f6bbadc567ea0835d0fd
4
+ data.tar.gz: a61da509f009e79fa912bf67b82cd16fc35adbd9acae9650044252b876fae812
5
5
  SHA512:
6
- metadata.gz: 32516db1d0223677ad4e8d11dfd832de9c043b41babe102afac8cfe2cf3846a6805b9f02e04203b65983a2074f9d3187f02791836013a9aeab7e75a74d844bdd
7
- data.tar.gz: bbacb43a6930195174c7908530155461d6d9cdf66cf71e45b038cc189f7bb240f850af8ddbbed48ccb4f3ae8e6eadd5077e89bb690ce6cfaf0bd0a1be92a9ad6
6
+ metadata.gz: afa17bb2624b562d0ad58a85d86b77b09700c094b2a684c2ddc5872c63cbc6c8ea6ac62c9ef7d6c1dd466a6534bc775f03d64549949cf4d2a4a79d4866d76930
7
+ data.tar.gz: f3f66ddc74dace8ad052a3259786d264e1dfae45b1683e2bd0e8c938baceb7198a98596d63c76e99f4e8eb404f845056e9c46cfb0259258337ae0fbb170614d4
@@ -13,8 +13,13 @@
13
13
  <%= field.drop_max_file_size? %>
14
14
  MB par fichier. Les fichiers autorisés :
15
15
  <%= field.drop_accepted_files? %>. <br>
16
- A maximum of <%= field.drop_max_file? %> files allowed when creating or updating. <br>
17
- Want more assets? Save it and edit it again and add <%= field.drop_max_file? %> extras assets.
16
+ <% if field.many? %>
17
+ A maximum of <%= field.drop_max_file? %> files allowed for eacch creatiion or edition. <br>
18
+ Want more assets? Save it and edit it again and add <%= field.drop_max_file? %> extras assets.
19
+ <% else %>
20
+ A maximum of <%= field.drop_max_file? %> files allowed for eacch creatiion or edition. <br>
21
+ I case of edition, the previous asset will be deleted only <%= field.drop_max_file? %> allowed.
22
+ <% end %>
18
23
  </span>
19
24
  </div>
20
25
  <div id="tpl" style='display:none'>
@@ -5,7 +5,7 @@ module ViniBaxter
5
5
  module ViniBaxterFieldActiveStorage
6
6
  MAJOR = 300
7
7
  MINOR = 0
8
- TINY = 10
8
+ TINY = 11
9
9
  PRE = "STUDIO"
10
10
 
11
11
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-field-active_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 300.0.10
4
+ version: 300.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter