Merge pull request #2517 from bhuisgen/feature/ui-remove-acl-id-from-list

UI: remove ACL ID from the left list
This commit is contained in:
Seth Vargo 2017-05-02 13:12:57 -07:00 committed by GitHub
commit 2f8f0b2320
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@
{{#link-to 'acls.show' ID tagName="div" href=false class="list-group-item list-condensed-link" }}
<div class="bg-light-gray list-bar-horizontal"></div>
<div class="name">
{{ aclName Name ID }}
{{ aclName Name "" }}
</div>
{{/link-to}}
{{/collection}}