Sha256: 0eb0ecd316291eda8ebc2c35d42e2906fd38046d0dc294349a34726af6db0b6e

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

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

<p>
  <strong>Name:</strong>
  <%= @other.name %>
</p>

<p>
  <strong>Permalink:</strong>
  <%= @other.permalink %>
</p>

<p>
  <strong>Content:</strong>
  <%= @other.content %>
</p>

<%= link_to 'Edit', edit_other_path(@other) %> |
<%= link_to 'Back', others_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
valid_route-0.0.4 test/dummy/app/views/others/show.html.erb
valid_route-0.0.3 test/dummy/app/views/others/show.html.erb
valid_route-0.0.2 test/dummy/app/views/others/show.html.erb
valid_route-0.0.1 test/dummy/app/views/others/show.html.erb