promethee 1.7.6 → 1.7.7

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: f67a79c5a893d847fd6c230d6934a6199fa29be6
4
- data.tar.gz: 750a156d50fff6d97513208c47ed941d38109529
3
+ metadata.gz: 8b9503ac61acb9111d7f16186cb08bbac26f97c5
4
+ data.tar.gz: 8cafdbb41f1a0d9e6fdeeb7810f06d8abd5511ed
5
5
  SHA512:
6
- metadata.gz: 49e0bbbcc17b037dc52341b4aafd5c29420d423ecea403e0b06013fbbfc318a6cf40c8fea144aa145ad89a8f1baeff97b51e447ed41e58b3b2c9bc30ea6f76e9
7
- data.tar.gz: bde71e858acfc6ffde53c4466709da65882ad820cc9d89fbf84d35397b5aa21604aac7eaf603e43b561c422ed3937aef41651a7c854ffbbdb26149b8edbe4575
6
+ metadata.gz: 9e5e70c1c7a6bceb5e096386c2baa0fffe491e4eb5a695f0a13ee79d3e0a425bf08f14a904d5b4095abe85dd2972941397512b5b827e8ad423aa885368f8ba45
7
+ data.tar.gz: b2211a26e7657c57a89013e3c94f59e91971e52f8cbbb46fbe56d65d91f4fa0dbb8ccc09d892f0a87dae7e5d752410f46c83f71936cfa2b87d10b3cad3bcea62
@@ -7,8 +7,10 @@
7
7
  <div class="promethee-edit__wrapper" ng-bind-html="master.attributes.url | htmlSafe"></div>
8
8
  </div>
9
9
  <div class="col-md-6">
10
- <label class="label-control">URL</label>
11
- <summernote config="summernoteConfig" ng-model="component.attributes.url"></summernote>
10
+ <div class="form-group">
11
+ <label class="label-control">URL</label>
12
+ <input class="form-control" ng-model="component.attributes.url" type="text">
13
+ </div>
12
14
  </div>
13
15
  </div>
14
16
  </div>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.7.6'
3
+ VERSION = '1.7.7'
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.7.6
4
+ version: 1.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya