Skip to content
Snippets Groups Projects
Commit e9ea7664 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Better icon for private message - fix #900

parent 02d72630
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@
<button class="button button-stable button-small-padding icon ion-loop" ng-click="load()">
</button>
<button class="button button-calm icon ion-compose"
ng-click="showNewMessageModal()">
{{'MESSAGE.BTN_COMPOSE' | translate}}
<button class="button button-calm"
ng-click="showNewMessageModal()" translate>
MESSAGE.BTN_COMPOSE
</button>
<button class="button button-stable button-small-padding icon ion-android-more-vertical"
......
......@@ -11,13 +11,13 @@
class="button button-fab button-fab-top-left button-fab-hero mini button-stable spin"
style="left: 88px;"
ng-click="showNewMessageModal()">
<i class="icon ion-compose"></i>
<i class="icon ion-email"></i>
</button>
</ng-if>
<!-- Buttons section -->
<ng-if ng-if=":state:enable && extensionPoint === 'buttons'">
<button class="button button-stable button-small-padding icon ion-compose"
<button class="button button-stable button-small-padding icon ion-email"
ng-disabled="loading"
ng-click="showNewMessageModal()"
title="{{'MESSAGE.BTN_WRITE' | translate}}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment