Skip to content

Commit

Permalink
orders - order details UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eMazeika committed Mar 1, 2016
1 parent 111218b commit a512cf0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="status" ng-bind="blade.currentEntity.status"></div>
<div class="reason" ng-bind="blade.currentEntity.cancelReason" ng-if="blade.currentEntity.isCancelled"></div>
</div>
<form class="form" name="formScope">
<form name="formScope">
<div class="form-group" ng-init="setForm(formScope)">
<label class="form-label">{{ 'orders.blades.customerOrder-detail.labels.approved' | translate }}</label>
<div class="form-input">
Expand Down Expand Up @@ -70,9 +70,9 @@
</div>
</div>
</div>

<va-widget-container group="customerOrderDetailWidgets" blade="blade" gridster-opts="{width: 526}"></va-widget-container>
</form>

<va-widget-container group="customerOrderDetailWidgets" blade="blade" gridster-opts="{width: 526}"></va-widget-container>
</div>
</div>
</div>
Expand Down

0 comments on commit a512cf0

Please sign in to comment.