Displaying 1 result from an estimated 1 matches for "priv_users".
Did you mean:
prio_user
2012 Jan 05
8
js update partial missing template
...e snippage of extraneous things)
<div id="privileges">
<div id="messages1" class="round">
<%= flash[:messages1].html_safe %>
</div>
<div class="block" id="users" align="left">
<ul id="priv_users" class="ui-widget-header" align="left">
<% for u in @users -%><li id="moveable-<%= u.id %>" class="ui-widget-content" data-add="<%= u.id %>"><%= u.uid %></li><% end -%>
</ul>...