Fixed issue #566 - Agent - Group assignment shows "<br>”.
This commit is contained in:
parent
b266b196bd
commit
f6083195f0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<input type="checkbox" value="<%= group.id %>" name="group_ids" <% if @groupsSelected[group.id]: %>checked<% end %>/>
|
||||
<%- @Icon('checkbox', 'icon-unchecked') %>
|
||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||
<span class="label-text"><%= group.displayName() %> <% if group.note: %>- <span class="help-text"><%= group.note %></span><% end %></span>
|
||||
<span class="label-text"><%= group.displayName() %> <% if group.note: %>- <span class="help-text"><%- group.note %></span><% end %></span>
|
||||
</label>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue