mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev
This commit is contained in:
commit
841c2dfd3a
@ -69,8 +69,8 @@
|
||||
<i class="fa fa-times"></i> {{ 'reset_token' | translate }}
|
||||
</button>
|
||||
|
||||
<button class="btn btn-default" ng-click="deleteClient($index)" ng-show="client.calls_count == 0">
|
||||
<i class="fa fa-trash"></i> {{ 'delete' | translate }}
|
||||
<button class="btn btn-danger" ng-click="deleteClient($index)" ng-show="client.calls_count == 0">
|
||||
<i class="fa fa-trash"></i>
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user