You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
631 B

<div id="rules" class="popup">
<i hx-get="/gdash/<%= id %>" hx-trigger="click" hx-target="#PopUpContainer" class="close material-symbols-outlined" id="close_bt">
cancel
</i>
<!-- <h1 style="color:black; margin-top: 0.5em; font-weight: bolder;">Rules:</h1> -->
<p id="newRole" hx-get="/newrolerule/<%= id %>" hx-trigger="click" hx-target="#PopUpContainer">Add new Rule</p>
<% roles.forEach((role)=>{%>
<p id="<%=role._id %> " hx-get="/roleChange/<%=role._id %>/<%= id %>" hx-trigger="click" hx-target="#PopUpContainer" class="addRoleName"><%= role.roleName%></p>
<% }); %>
</div>