promethee 1.3.24 → 1.3.25

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
  SHA1:
3
- metadata.gz: e26119e098f4105edac084b0124c0598530855af
4
- data.tar.gz: f47551baed64e82b8db9826bbc6746d83d4e68f7
3
+ metadata.gz: 0772ecfe3641a9bbab10a9a197316a5939d3626d
4
+ data.tar.gz: 7bac8fde6e0ef7faa3e2925185cf21f89d09a83d
5
5
  SHA512:
6
- metadata.gz: 8353d720ea7fd22819a387c34ebb4f68a7601f90d8d3ee76de981dc28d5bbdb2fa3ac96580562a9863aa753efa7ab8ea8b31b819fbd001b1b3236137fce7a640
7
- data.tar.gz: 0072aa9d73ac4267e5b436db01dbe3a41b41d71d3d68913946da8653fe577b577605a340ac4a29f9ec4ac4e9dd8565b2957360bb0fad04a2e8ced2ee75bdb734
6
+ metadata.gz: 185e521765874d65eafeef019b8f2f352e30140badf5918378e1c5391a3f3066c3dc10ae949f1d2fa1dca094b939e65906b47fcb3f19baf34397a500f96668c0
7
+ data.tar.gz: 9f59ad2380e7e6d3f6a929149d83ac6a4b8d1a4845961e554bbecf5d92eb867049ff879b4e53c5f27a1fc89cd3861d418871f82cb1b24d77636dfd6946d32103
@@ -6,8 +6,8 @@ subtitle = component[:attributes][:subtitle].to_s
6
6
  %>
7
7
  <div class="<%= promethee_class_for(component) %>" style="background-image: url(<%= src %>)">
8
8
  <hgroup>
9
- <% unless surtitle.blank? %><h4 class="surtitle"><%= surtitle %></h4><% end %>
9
+ <% unless surtitle.blank? %><h2><%= surtitle %></h2><% end %>
10
10
  <% unless title.blank? %><h1><%= title %></h1><% end %>
11
- <% unless subtitle.blank? %><h4><%= subtitle %></h4><% end %>
11
+ <% unless subtitle.blank? %><h2><%= subtitle %></h2><% end %>
12
12
  </hgroup>
13
13
  </div>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.3.24'
3
+ VERSION = '1.3.25'
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.3.24
4
+ version: 1.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos