promethee 1.6.54 → 1.6.55
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 +4 -4
- data/app/views/promethee/_edit.html.erb +3 -3
- data/lib/promethee/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffb293b917c498797427ad18722607be617be3c0
|
|
4
|
+
data.tar.gz: 5ece3adca4c35876b1abf9637a705ba184350839
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a13e668d35ad3e19db8702bacaddf1f575678138497bc2cae5cb0b3a070a111ef0a6ceeeac18672f48e5a89eda1399963860c56422e393efae6a88a50f33b72f
|
|
7
|
+
data.tar.gz: 03dab74425df64d223328645f3e89569fccd882d2b313424d8e9252bf30ebcb65810f6cbb38269f419223cff2860af9f9cc70b3e9ff4a063d080d2257f3684d0
|
|
@@ -183,13 +183,13 @@ promethee.controller('PrometheeController', ['$scope', 'summernoteConfig', 'pres
|
|
|
183
183
|
<ul class="dropdown-menu" ng-show="promethee.mode == 'preview'">
|
|
184
184
|
<li ng-click="promethee.preview = 'desktop'"
|
|
185
185
|
ng-class="{active: promethee.preview == 'desktop'}">
|
|
186
|
-
<a><i class="fa fa-desktop"></i></a></li>
|
|
186
|
+
<a class="promethee-previewmode promethee-previewmode__desktop"><i class="fa fa-desktop"></i></a></li>
|
|
187
187
|
<li ng-click="promethee.preview = 'tablet'"
|
|
188
188
|
ng-class="{active: promethee.preview == 'tablet'}">
|
|
189
|
-
<a><i class="fa fa-tablet"></i></a></li>
|
|
189
|
+
<a class="promethee-previewmode promethee-previewmode__tablet"><i class="fa fa-tablet"></i></a></li>
|
|
190
190
|
<li ng-click="promethee.preview = 'mobile'"
|
|
191
191
|
ng-class="{active: promethee.preview == 'mobile'}">
|
|
192
|
-
<a><i class="fa fa-mobile"></i></a></li>
|
|
192
|
+
<a class="promethee-previewmode promethee-previewmode__mobile"><i class="fa fa-mobile"></i></a></li>
|
|
193
193
|
</ul>
|
|
194
194
|
</li>
|
|
195
195
|
<li ng-click="submit()"><a><%= fa_icon :save %></a></li>
|