Sha256: f4beee031829123460dc6bb409619e8d5987cb0f75ab2587a80cc1b69b5c38c7

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

<p>
  <h1>Zoo</h1>
</p>
<p>
  <b>Name</b><br />
  <%= @zoo.name %>
</p>
<p>
  <b>Description</b><br />
  <%= @zoo.description %>
</p>
<p>
  <b>CreatedAt</b><br />
  <%= @zoo.created_at %>
</p>
<p>
  <b>UpdatedAt</b><br />
  <%= @zoo.updated_at %>
</p>

<%= link_to("Edit", zoos_edit_url(:id => @zoo.id)) %> |
<%= link_to("Back", zoos_index_url) %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mack-active_record-0.5.0 test/fixtures/zoo_with_cols/show.html.erb.fixture
mack-active_record-0.5.1 test/fixtures/zoo_with_cols/show.html.erb.fixture
mack-active_record-0.5.5 test/fixtures/zoo_with_cols/show.html.erb.fixture
mack-data_mapper-0.5.0 test/fixtures/zoo_with_cols/show.html.erb.fixture
mack-data_mapper-0.5.1 test/fixtures/zoo_with_cols/show.html.erb.fixture