1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Tag color in #/tag/id

This commit is contained in:
jendib
2016-05-08 13:47:35 +02:00
parent bf4cb02de5
commit faa66e01b6

View File

@@ -1,6 +1,6 @@
<h1>{{ tag.name }}</h1> <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" <acl-edit source="tag.id"
acls="tag.acls" acls="tag.acls"