summaryrefslogtreecommitdiffstats
path: root/web/layout/stacked.html
blob: 8fda2a1f1876513160284d9a9e805ffc26b6a209 (plain)
1
2
3
4
5
6
7
8
9
10
<!--
    Copyright (c) 2012-2015 Kaarle Ritvanen
    See LICENSE file for license details
-->

<div ui-sortable="sortable">
  <div ng-repeat="field in fields" aconf-field="field">
    <ng-include src="'widget/inline.html'"></ng-include>
  </div>
</div>