Add users and gestionnaires to manager

This commit is contained in:
Paul Chavard 2018-05-31 15:18:06 +02:00
parent 3f99f41372
commit e2a126e37a
9 changed files with 175 additions and 4 deletions

View file

@ -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],