mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
Tag color in #/tag/id
This commit is contained in:
parent
bf4cb02de5
commit
faa66e01b6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user