Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix(user-groups-grid): Change accessToCreate to accessToAdd in template
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Nov 12, 2017
1 parent 9b94d86 commit c75b9a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h4>{{modelMeta.user.titles.groups | translate}}</h4>
</div>
<div class="col-sm-4">
<button type="button" class="btn btn-success pull-right" (click)="showCreateModal()" *ngIf="accessToCreate && !readonly">
<button type="button" class="btn btn-success pull-right" (click)="showCreateModal()" *ngIf="accessToAdd && !readonly">
<span class="fa fa-plus"></span> {{ 'Append' | translate }}
</button>
</div>
Expand Down

0 comments on commit c75b9a9

Please # to comment.