promethee 1.4.3 → 1.4.4

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: 82ac12cee47f9e0bbf70c55774da3d821bfadb95
4
- data.tar.gz: caa1ece041e26fd36abfaa57e896d2d0b8673d9e
3
+ metadata.gz: d859537c49d6b96169a72299a527f6a8224c3d05
4
+ data.tar.gz: 25095a47ef0d8a8071e0e9113f11f98f0fc36921
5
5
  SHA512:
6
- metadata.gz: 69707d29b83e2714bc3e0871a6e2be887de88823a87558bc98786ca0898dd1cb82021b3a7b31da8037fda3604264d527b48cf3ed200c79d06a6ef545ff224e2e
7
- data.tar.gz: a965d657fdbeb7a4db26f3681c2360d035a6264d93c558cd5831b84271c534af447415bea5480bb0d011056017d4ee49933b9f4eb2c1445e9f57327ffa4151d1
6
+ metadata.gz: 82230b08d5029415b741508c456d1022b319ff81ff859a316aa55a6c75daec9a305cdfb77e4c67f4179d3e67db28bd1aba83bf9634c8cbc1cec237677482d94d
7
+ data.tar.gz: db3775c7a998509a0c77470af1cd323e9548020e60a46d4289859f76359a979dca37d69b7906d7f4aacd4819a001da90efcf490b0626c4cb082a4c1bd47b3979
@@ -3,8 +3,7 @@
3
3
  <figure ng-show="component.attributes.blob.id">
4
4
  <img ng-src="/promethee/blob/{{component.attributes.blob.id}}"
5
5
  class="img-responsive">
6
- <figcaption ng-show="component.attributes.caption"
7
- ng-bind-html="component.attributes.caption"></figcaption>
6
+ <figcaption ng-show="component.attributes.caption">{{component.attributes.caption}}</figcaption>
8
7
  </figure>
9
8
  <div ng-hide="component.attributes.blob_id">
10
9
  <p ng-hide="editing"
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
  <div ng-show="component.master.attributes.caption">
12
12
  <b>Description</b>
13
- <p>{{component.master.attributes.caption | htmlSafe}}</p>
13
+ <p>{{component.master.attributes.caption}}</p>
14
14
  </div>
15
15
  </div>
16
16
  <div class="col-md-6">
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  <div ng-show="component.attributes.caption">
22
22
  <b>Description</b>
23
- <summernote config="options" ng-model="component.attributes.caption"></summernote>
23
+ <input ng-model="component.attributes.caption" type="text" class="form-control">
24
24
  </div>
25
25
  </div>
26
26
  </div>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.4.3'
3
+ VERSION = '1.4.4'
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.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos