app/views/promethee/components/page/_localize.html.erb in promethee-4.1.7 vs app/views/promethee/components/page/_localize.html.erb in promethee-4.1.8

- old
+ new

@@ -13,10 +13,10 @@ <input class="form-control" ng-model="component.attributes.title.value" type="text"> </div> </div> </div> - <div class="row" ng-show="master.attributes.description.value"> + <div class="row" ng-show="master.attributes.description.value || frozen_component.attributes.description.value"> <div class="col-md-6"> <div> <b>Page description</b> <p>{{master.attributes.description.value}}</p> </div>