Add button for sending image

This commit is contained in:
Magnus Hauge Bakke 2015-10-12 14:00:45 +02:00 committed by Lorenz Hübschle-Schneider
commit accbf276ad
3 changed files with 8 additions and 5 deletions

View file

@ -3,6 +3,7 @@
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()">
</textarea>
<span class="input-group-btn">
<button class="btn btn-send-image unselectable"><i class="glyphicon glyphicon-picture"></i></button>
<button class="btn btn-send unselectable"><i class="glyphicon glyphicon-send"></i></button>
</span>
</div>