promethee 1.7.10 → 1.7.11

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: fa561e7c62fefa0bbed51e053a721e0dd510130c
4
- data.tar.gz: a2fe797b67ee2de1b84fa166163d212b4abfb0c6
3
+ metadata.gz: 1a8b806256f2ba98f5eecacb4d2eb462ac5d7e0f
4
+ data.tar.gz: 6781a33417c0dd5c02a3ad77b64e158e8c9a5d25
5
5
  SHA512:
6
- metadata.gz: 6ff8491f4bd8ab99ebceb703bab247c7c9a5dec8c4a15fb42304294483a4576e417735e2f7bba13b2f53814d8de16ee75f2a40ce0cf9f9a7e0b31f0acbe7af7a
7
- data.tar.gz: 39a73f164ffd505e4ee6d4bee4d7a32910a7f04632f94872a4b78675000f2cbcb76bc7a93aa8c2fae4e0d10fbaf87e3af6e9a308b6c740a0942b132a11073bf1
6
+ metadata.gz: 2531765b7c598a33114d2433fa0debaa2398b92471bcdb2bcb857e617e95a201e5e3a67fbacde68299dbecabb4943cf56fb53822129441584050485b20404c9b
7
+ data.tar.gz: bff6570e4a24beb011d1d4659bc38f96d30a2a470e97d7533996038a3d67db08a530da7a3a6335f87971ead5d06a0c03e6ee9b3d60ecb141f74ffdf441ab82c4
@@ -1,7 +1,7 @@
1
- <% display_fancybox = true if display_fancybox.nil? # do not use ||= as display_fancybox may be "false" %>
1
+ <% image_zoomable = true if image_zoomable.nil? # do not use ||= as image_zoomable may be "false" %>
2
2
  <% fullsize_url = url_for(blob.variant(resize: '1920>')) %>
3
3
 
4
- <% if display_fancybox %>
4
+ <% if image_zoomable %>
5
5
  <a data-fancybox title="<%= strip_tags(caption) %>" href="<%= fullsize_url %>">
6
6
  <% end %>
7
7
  <img src="<%= fullsize_url %>"
@@ -15,6 +15,6 @@
15
15
  class="img-responsive"
16
16
  >
17
17
 
18
- <% if display_fancybox %>
18
+ <% if image_zoomable %>
19
19
  </a>
20
20
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.7.10'
3
+ VERSION = '1.7.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.10
4
+ version: 1.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya