Add users and gestionnaires to manager
This commit is contained in:
parent
3f99f41372
commit
e2a126e37a
9 changed files with 175 additions and 4 deletions
|
@ -12,7 +12,8 @@ as defined by the routes in the `admin/` namespace
|
|||
|
||||
<hr />
|
||||
|
||||
<% Administrate::Namespace.new(namespace).resources.each do |resource| %>
|
||||
<% Administrate::Namespace.new(namespace).resources.reject { |resource| resource.resource == 'dossiers'}.each do |resource| %>
|
||||
|
||||
<%= link_to(
|
||||
display_resource_name(resource),
|
||||
[namespace, resource.path],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue