Sha256: 1ed2bdeb1dcb983cdda94be24c0cbe39c87e7fdbe49adb2cb05500897bab289c
Contents?: true
Size: 561 Bytes
Versions: 46
Compression:
Stored size: 561 Bytes
Contents
<div class="details"> <p> <b translate>Group Name :</b>{{this.object.name}} </p> <p> <b translate>Permissions :</b> <ul> <li ng-repeat="perm in this.object.permissions">{{ perm.string_repr }}</li> </ul> </p> <ul class="button-group float-right"> <a ng-href="#/auth/groups/{{ this.object.id }}/edit" class="small"> <span class="fa fa-edit"></span> <span translated>Edit</span> </a> <!--<a ng-href="#/auth/groups/{{ this.object.id }}" class="small"> <span class="fa fa-eye"></span><span translated>Show</span>--> </a> </ul> </div>
Version data entries
46 entries across 46 versions & 3 rubygems