Fix scheduler button display.

This commit is contained in:
Alexis Lahouze 2015-08-19 17:47:15 +02:00
parent 1d8e82afb2
commit efaa9ab2a2
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<!-- Open account scheduler. -->
<a class="btn btn-xs btn-default"
ng-if="!isNew(account)"
ng-if="account.id"
href="account/{{ account.id }}/scheduler">
<span class="fa fa-clock-o"></span>
</a>