Tag color in #/tag/id

This commit is contained in:
jendib 2016-05-08 13:47:35 +02:00
parent bf4cb02de5
commit faa66e01b6
No known key found for this signature in database
GPG Key ID: 06EE7F699579166F

View File

@ -1,6 +1,6 @@
<h1>{{ tag.name }}</h1>
<p>Permissions on this tag will also be applied to documents tagged <span class="label label-info">{{ tag.name }}</span></p>
<p>Permissions on this tag will also be applied to documents tagged <span class="label label-info" ng-style="{ 'background': tag.color }">{{ tag.name }}</span></p>
<acl-edit source="tag.id"
acls="tag.acls"