promethee 1.6.41 → 1.6.42
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82aa9373b3349fc25d565b672e74fcd485cad329
|
|
4
|
+
data.tar.gz: b92e41e9b43e5b4f50e42bbdcc10f1eac1fb9bea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fab419a921df3f7bb984822689d40e9ecd74144c00b14739f8f8075aefa2ce8b4cbf01c98156c75b1c52c8e148a01bcb816cd7c86e4f9bbda9a9d0c528b3ba3
|
|
7
|
+
data.tar.gz: fb30ca1df22342f95d1d638a6156d722a3212fb7867e7a4f8f57b4d3c5042c56b3fdc13dfaba007b2795283e622d4f6e4b9d20b8cf0d8100f0e6a9c82a371e20
|
|
@@ -28,4 +28,22 @@
|
|
|
28
28
|
&--left
|
|
29
29
|
text-align: left
|
|
30
30
|
&--right
|
|
31
|
-
text-align: right
|
|
31
|
+
text-align: right
|
|
32
|
+
|
|
33
|
+
&__blockquote
|
|
34
|
+
.blockquote
|
|
35
|
+
font-size: 30px
|
|
36
|
+
border: none
|
|
37
|
+
|
|
38
|
+
&::before, &::after, & > p
|
|
39
|
+
display: inline-block
|
|
40
|
+
|
|
41
|
+
&::before
|
|
42
|
+
content: '« '
|
|
43
|
+
|
|
44
|
+
&::after
|
|
45
|
+
content: ' »'
|
|
46
|
+
|
|
47
|
+
.author
|
|
48
|
+
font-size: 14px
|
|
49
|
+
font-style: italic
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
<script type="text/ng-template" id="promethee/components/blockquote/edit/move">
|
|
2
2
|
<%= render 'promethee/edit/move.header', type: 'blockquote' %>
|
|
3
3
|
<div class="row">
|
|
4
|
-
<div class="col-md-
|
|
5
|
-
|
|
6
|
-
<%= image_tag "drawings/blockquote/pencil.png", class: "img-responsive" %>
|
|
7
|
-
</div>
|
|
4
|
+
<div class="col-md-12" ng-bind-html="component.attributes.searchable_body | htmlSafe"></div>
|
|
5
|
+
|
|
8
6
|
<div ng-show="component.attributes.searchable_author" class="col-xs-12">
|
|
9
7
|
<p>{{component.attributes.searchable_author}}</p>
|
|
10
8
|
</div>
|
|
@@ -3,15 +3,11 @@
|
|
|
3
3
|
author = component[:attributes][:searchable_author].to_s
|
|
4
4
|
%>
|
|
5
5
|
|
|
6
|
-
<div class="row
|
|
7
|
-
<div class="col col-md-
|
|
8
|
-
<blockquote><%= body.html_safe %></
|
|
6
|
+
<div class="row <%= promethee_class_for(component) %>">
|
|
7
|
+
<div class="col col-md-12">
|
|
8
|
+
<div class="blockquote"><%= body.html_safe %></div>
|
|
9
9
|
<% if author.present? %>
|
|
10
|
-
<p><%= author %></p>
|
|
10
|
+
<p class="author"><%= author %></p>
|
|
11
11
|
<% end %>
|
|
12
12
|
</div>
|
|
13
|
-
|
|
14
|
-
<div class="col col-md-4 promethee__component promethee__component__column">
|
|
15
|
-
<%= image_tag "drawings/blockquote/pencil.png", class: "img-responsive" %>
|
|
16
|
-
</div>
|
|
17
13
|
</div>
|
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.
|
|
4
|
+
version: 1.6.42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Dargelos
|
|
@@ -458,7 +458,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
458
458
|
version: '0'
|
|
459
459
|
requirements: []
|
|
460
460
|
rubyforge_project:
|
|
461
|
-
rubygems_version: 2.6.
|
|
461
|
+
rubygems_version: 2.6.11
|
|
462
462
|
signing_key:
|
|
463
463
|
specification_version: 4
|
|
464
464
|
summary: Bring fire to your page
|