promethee 1.6.7 → 1.6.8

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: 5f5b74b557d9456eb487fcdbd2a75a0a175a321c
4
- data.tar.gz: b3d15d87116acce60413e6d58ba84415a9c904d0
3
+ metadata.gz: f7e664558dedfcd1875774534a64c54fae793c62
4
+ data.tar.gz: 7d5e0c9076c0b483b6f7e6b9b178465ca0e342f8
5
5
  SHA512:
6
- metadata.gz: 72764bb74eb515aafd2715abe7cac139ed308440e6e3d546e2e0db293dd78937817a1582ff60b6810de1c00ae71d60f3bb5b06e8b1cd4a614a704974877c13c0
7
- data.tar.gz: 5fa7e7f8da249f7042db883e2fbdde5d221291d3c58e082cd87fc6afe9351e15cdd48209774dbac36320295809a653576922382da464c01dd7a235206048c8fb
6
+ metadata.gz: 51b47b977ff75a6174f923ffa5836dba71dbc22d64376c7f531314568e215f383e7b6b2a1b4f5d1b5ba9b86b03bd55695019d0aacee4bdc6e59eca1efa9f9703
7
+ data.tar.gz: e917e6524df3c75703a1313e5e31bc52a1aca17c8d7e77f1fd33b62c3cc5bd1417644f3fa2cae2338afc774b828d12f3f5a3a5db57699aae4d20e49f2fa05108
@@ -26,6 +26,19 @@
26
26
  </div>
27
27
  </div>
28
28
  </div>
29
-
29
+
30
+ <div class="row" ng-show="component.master.attributes.collapsed_content">
31
+ <div class="col-md-6">
32
+ <b>Button label</b>
33
+ <div ng-bind-html="component.master.attributes.open_label | htmlSafe"></div>
34
+ </div>
35
+ <div class="col-md-6">
36
+ <div class="form-group">
37
+ <label class="label-control">Button label</label>
38
+ <input class="form-control" ng-model="component.attributes.open_label" type="text">
39
+ </div>
40
+ </div>
41
+ </div>
42
+
30
43
  <pre class="hidden">{{component.attributes.search = ((component.attributes.visible_content | textContentFromHTML) + ' ' + (component.attributes.collapsed_content | textContentFromHTML))}}</pre>
31
44
  </script>
@@ -5,9 +5,11 @@
5
5
  <div ng-repeat="(key, content) in component.master.attributes.contents">
6
6
  <div class="row">
7
7
  <div class="col-md-6">
8
+ <b>Item {{key + 1}} Text</b>
8
9
  <div class="promethee-edit__wrapper" ng-bind-html="component.master.attributes.contents[key] | htmlSafe"></div>
9
10
  </div>
10
11
  <div class="col-md-6">
12
+ <label class="label-control">Item {{key + 1}} Text</label>
11
13
  <summernote config="summernoteConfig" ng-model="component.attributes.contents[key]"></summernote>
12
14
  </div>
13
15
  </div>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.6.7'
3
+ VERSION = '1.6.8'
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.7
4
+ version: 1.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos