promethee 1.6.12 → 1.6.13

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: 0bc7a71067b348f2164dab98a1fe441274ce96a2
4
- data.tar.gz: 7b386a7aa4e0c5dbd4586592c1b57029ad643e20
3
+ metadata.gz: b11e4fdda7543b50887e2d82123d3428bc8cb022
4
+ data.tar.gz: b4920313f3427eee1de25c8d09d207a7ef027cf2
5
5
  SHA512:
6
- metadata.gz: 0c76e0f84b5d28f45cc8ad0502dd8f00a3162e13005ebd38591ad260a0423d2310796cdce5f567b53a6ed9e7320c74fdcde70994fbf6ec17001796356927fced
7
- data.tar.gz: c861d66d918fbff1eabc960f0cff942997a6f19c651d74ff29700944aff1f8949adeb98184ec07882b21287a02594fc3edd291c3a18e8bc320617b375c432242
6
+ metadata.gz: 520fe41c66d54fc277e28f0bd9a811c1656b8b6049d6b727d82a9515fb99eabf8024644572d262131a38614607d9cd5ac521cf1371890f183be3303039d6cdb2
7
+ data.tar.gz: 516ded2d3a6c2634adc2c475660399e749cfe6e90cf0b1f247cac35b70f6b2d5bd50d442fad3ce9a373f4c753a73aca74049e159e07558ce224d2ae8c9b1793c
@@ -8,7 +8,7 @@ surtitle = component[:attributes][:surtitle].to_s
8
8
  title = component[:attributes][:title].to_s
9
9
  subtitle = component[:attributes][:subtitle].to_s
10
10
  %>
11
- <div class="<%= promethee_class_for(component) %>" style="background-image: url(<%= url_for(blob.variant(resize: '1920')) if blob %>)">
11
+ <div id="component-<%= image_data[:id] %>" class="<%= promethee_class_for(component) %>" style="background-image: url(<%= url_for(blob.variant(resize: '1920')) if blob %>)">
12
12
  <% if surtitle.present? %>
13
13
  <p><%= surtitle %></p>
14
14
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.6.12'
3
+ VERSION = '1.6.13'
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.6.12
4
+ version: 1.6.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  version: '0'
381
381
  requirements: []
382
382
  rubyforge_project:
383
- rubygems_version: 2.6.13
383
+ rubygems_version: 2.6.11
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: Bring fire to your page