Sha256: 8475b2a37ebb80279a8bc10ff03cc535c20fb1b41837f8c483ecff35155bf5a6

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Name:</b>
  <%= @child_resource.name %>
</p>

<p>
  <b>Description:</b>
  <%= @child_resource.description %>
</p>

<p>
  <b>Parent resource:</b>
  <%= link_to @child_resource.parent_resource.name, @child_resource.parent_resource %>
</p>


<%= link_to 'Edit', edit_child_resource_path(@child_resource) if check_privilege(Alberich::Privilege::MODIFY, @child_resource) %> |
<%= link_to 'Back', child_resources_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alberich-0.2.0 test/dummy/app/views/child_resources/show.html.erb