11 lines
No EOL
382 B
HTML
11 lines
No EOL
382 B
HTML
<div class="padding">
|
|
<input type="text" ng-model="data.comment" autofocus>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<button class="button button-dark button-block" ng-click="commentPopupClose()" translate>Cancel</button>
|
|
</div>
|
|
<div class="col">
|
|
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
|
|
</div>
|
|
</div> |