9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
ul.popover.pop-role
|
|
li
|
|
a.clear-selection(href="", title="{{'COMMON.ROLES.ALL' | translate}}", translate="COMMON.ROLES.ALL")
|
|
<% _.each(roles, function(role) { %>
|
|
li
|
|
a(href="", class="role", title!="<%- role.name %>", data-role-id!="<%- role.id %>")
|
|
| <%- role.name %>
|
|
<% }); %>
|