Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<ul ui-sortable="sortableOptions" ng-model="images" class="umb-sortable-thumbnails">
|
||||
<li style="width: 120px; height: 100px; overflow: hidden;" ng-repeat="image in images">
|
||||
<img ng-src="{{image.thumbnail}}" alt="meh?" ng-show="image.thumbnail">
|
||||
<img ng-src="{{image.thumbnail}}" alt="" ng-show="image.thumbnail">
|
||||
|
||||
<span class="icon-holder" ng-hide="image.thumbnail">
|
||||
<i class="icon {{image.icon}} large" ></i>
|
||||
|
||||
Reference in New Issue
Block a user