<%= notice %>
Name: <%= @child_resource.name %>
Description: <%= @child_resource.description %>
Parent resource: <%= link_to @child_resource.parent_resource.name, @child_resource.parent_resource %>
<%= link_to 'Edit', edit_child_resource_path(@child_resource) if check_privilege(Alberich::Privilege::MODIFY, @child_resource) %> | <%= link_to 'Back', child_resources_path %>