promethee 1.10.8 → 1.10.9

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: b585bd420a129994d6306808d2ddd93942a6a71495db6598caa738cf41d2bd13
4
- data.tar.gz: 4b3f0a1ddb3001ca16b4edbc188928a34138e48efcb03efcfedbe7d52331b488
3
+ metadata.gz: 02ca2d1fe3f0a3d6a1fe0418e83e66e08daf2e6bf8d452379242ec85b7783551
4
+ data.tar.gz: 64323a8e161b58aa3eb11c888ce7a15b186b1b7d2a538f20dc01915d34809378
5
5
  SHA512:
6
- metadata.gz: c82a219cdd90add4a905f8e454b2ffa691304ee266200159b67d651261c7ddf745befe2668d3c9e2057cef19c6ed78b9830764a59004b03ef2a598214a125f6c
7
- data.tar.gz: ebb736459447509d8a09541fdd9caf46b8f0f4831cefda9f8ebb1305404a1fe5c65412056f57251146978e0c174555ab51dda0c6f6066616fa9686d94ba8032c
6
+ metadata.gz: 2a95e0f30f4bc687b6cc96cfd28cee0457523270689d85de00bcf5c06bd1ca42a09c1db69c98890c7b6a7acf91cbff1e0aa2ed24ae6187214d04818b40d60956
7
+ data.tar.gz: ed08276cdcbd014499209971328840106612994fa7d08ecc15f3d33bc9f431537b7719fc249b39783546993fff0babec334b454fda297569d9dc358941457981
@@ -4,7 +4,7 @@
4
4
  %>
5
5
 
6
6
  <div class="row <%= promethee_class_for(component) %>">
7
- <div class="col col-md-12">
7
+ <div class="col-md-12">
8
8
  <div class="blockquote"><%= body.html_safe %></div>
9
9
  <% if author.present? %>
10
10
  <p class="author"><%= author %></p>
@@ -2,6 +2,6 @@
2
2
  size = component[:attributes][:size]
3
3
  offset = component[:attributes][:offset]
4
4
  %>
5
- <div class="col col-md-<%= size %><%= " offset-md-#{offset} col-md-offset-#{offset}" if offset > 0 %> <%= promethee_class_for component %>">
5
+ <div class="col-md-<%= size %><%= " offset-md-#{offset} col-md-offset-#{offset}" if offset > 0 %> <%= promethee_class_for component %>">
6
6
  <%= render 'promethee/show/components', components: component[:children] %>
7
7
  </div>
@@ -7,7 +7,7 @@
7
7
  <div class="promethee-edit__move__columns">
8
8
  <div class="row grid">
9
9
  <% 12.times do %>
10
- <div class="col col-md-1"><div class="color"></div></div>
10
+ <div class="col-md-1"><div class="color"></div></div>
11
11
  <% end %>
12
12
  </div>
13
13
  </div>
@@ -16,7 +16,6 @@
16
16
  ng-class="{'promethee-edit__component--selected': promethee.inspected === component}"
17
17
  ng-repeat="component in components"
18
18
  class=" <%= promethee_bem_classes 'promethee-edit__component', "--column" %>
19
- col
20
19
  col-md-{{component.attributes.size}}
21
20
  offset-md-{{component.attributes.offset}}
22
21
  col-md-offset-{{component.attributes.offset}}">
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.10.8'
3
+ VERSION = '1.10.9'
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.10.8
4
+ version: 1.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya