Sha256: 3e37712bee147e31ca84cb0a6b29b1e720e6356fa6a990be513fe3b68f4138f3

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

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

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

<p>
  <b>Active:</b>
  <%= @foo.active %>
</p>

<p>
  <b>Style:</b>
  <%= @foo.style %>
</p>


<%= link_to 'Edit', edit_foo_path(@foo) %> |
<%= link_to 'Back', foos_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mir_extensions-1.1.0 app/views/foos/show.html.erb
mir_extensions-1.0.0 app/views/foos/show.html.erb