promethee 1.3.10 → 1.3.11

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: 4f180eb7630bd1c19833b0699a8d420a9c7a4e5b
4
- data.tar.gz: 294f8076aa4b2dd4b0b6f5e3efebaf0b6039e5cc
3
+ metadata.gz: 46b0a3cf7c7322fb3bb9baef4e824a289cbd86b8
4
+ data.tar.gz: 31d5ff93ad7a914421cb9887ce209222e2df0134
5
5
  SHA512:
6
- metadata.gz: 227d2a051d98f179844614bb92992ab7e88e61b354d05e5d6cf429421e8784c45d47a764105c828a28c641e45859dce05b8cc8ee1423cc71e3b84926cf931e97
7
- data.tar.gz: b3603c8adc1f248535ab40a78326ed3c14f4f027b5dfc69e2840a1ba1fae8163b252891cc49bd4bda25212ed8a134282013309702d0e61a8c73d367c2bfb8b21
6
+ metadata.gz: 94dff183b2e1753f926cc16bd2ffe99096e7690045e3c27405226ca1a7133fbb6ee6e99cbda2ca460e6ad2fd800fc19562082a0e5d9f2b22e3f18478094f0714
7
+ data.tar.gz: 27ab6c399996dbf25787fc9ccb04930a62b130b5a7216ad6b26053a192297ebe8043bd2150e501b34f42ea1d0a181cae6e187d585b9f73502c9c385fb4a58bcb
@@ -1,15 +1,15 @@
1
1
  <script type="text/ng-template" id="promethee/components/page/localize">
2
2
  <div class="row">
3
- <div class="col-md-6">
4
- <b>Local</b>
5
- <input ng-model="component.attributes.title" type="text" class="form-control">
6
- <input ng-model="component.attributes.description" type="text" class="form-control">
7
- </div>
8
3
  <div class="col-md-6">
9
4
  <b>Master</b>
10
5
  <input ng-model="component.master.attributes.title" type="text" class="form-control" disabled/>
11
6
  <input ng-model="component.master.attributes.description" type="text" class="form-control" disabled/>
12
7
  </div>
8
+ <div class="col-md-6">
9
+ <b>Local</b>
10
+ <input ng-model="component.attributes.title" type="text" class="form-control">
11
+ <input ng-model="component.attributes.description" type="text" class="form-control">
12
+ </div>
13
13
  </div>
14
14
  <hr>
15
15
  </script>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.3.10'
3
+ VERSION = '1.3.11'
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.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos