add comment to search
This commit is contained in:
parent
c50fab16cb
commit
b1a15d56c0
4 changed files with 15 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<span ng-show="!comment" translate>Enter a new comment</span>
|
||||
<span ng-show="comment" translate>Edit comment</span>
|
||||
</label>
|
||||
<input type="text" ng-model="data.comment">
|
||||
<input type="text" ng-model="data.comment" autofocus>
|
||||
</div>
|
||||
<div class="small-6 columns">
|
||||
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue