14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
|
<% content_for :secondary do %>
|
||
|
<% end %>
|
||
|
|
||
|
<!-- Remove if CSS done-->
|
||
|
<br />
|
||
|
<br />
|
||
|
<br />
|
||
|
<!-- Remove if CSS done-->
|
||
|
<h3><%= @object_auth.title %></h3>
|
||
|
|
||
|
<%= render :partial => "admin/components/user_role_management", :locals => { :object => @object_auth.auth_obj ,:auth=> @object_auth } %>
|
||
|
|
||
|
|