summaryrefslogtreecommitdiff
path: root/templates/apps
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-02-22 13:40:51 +0100
committerLeif Johansson <leifj@sunet.se>2011-02-22 13:40:51 +0100
commitda77a5f09a8fab7d00f32c275957050fad24c715 (patch)
treef02eb7a9dd197d2270ebcd7abd2a45e285b415f8 /templates/apps
parent55b25d9ca13ca80a99b802d244c2557eda05c187 (diff)
beautify acl display a bit
Diffstat (limited to 'templates/apps')
-rw-r--r--templates/apps/name/acls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/name/acls.html b/templates/apps/name/acls.html
index 89bbdc2..5b91429 100644
--- a/templates/apps/name/acls.html
+++ b/templates/apps/name/acls.html
@@ -5,7 +5,7 @@
<table style="margin-bottom: 20px;">
{% for ace in acl %}
<tr>
- <td>Members of <a href="/name/id/{{ace.dst.id}}">{{ace.dst}} ({{ace.dst.short}})</a></td>
+ <td>{{ace.dst|acldstdisplay}}</td>
<td>{{ace.data|permdisplay}}</td>
<td><a href="/namelink/{{ace.id}}/remove"><span class="ui-icon ui-icon-trash"></span></td>
</tr>