mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
hide 'all trainings' button when already toggeled
This commit is contained in:
parent
05fa32cdd4
commit
7bb724ce88
@ -26,7 +26,10 @@
|
||||
<div class="col-sm-12 col-md-12 col-lg-3">
|
||||
|
||||
<div class="text-center m-t">
|
||||
<a class="btn btn-warning-full width-70 rounded text-sm" ui-sref="app.logged.trainings_reserve({id:'all'})" translate>
|
||||
<a class="btn btn-warning-full width-70 rounded text-sm"
|
||||
ui-sref="app.logged.trainings_reserve({id:'all'})"
|
||||
ng-show="training"
|
||||
translate>
|
||||
{{ 'all_trainings' }}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user