Sha256: 36230015f84b025e288b0b3f22f3c0077ad1bda4597aadfb84c9157fa3e5bf2d

Contents?: true

Size: 539 Bytes

Versions: 6

Compression:

Stored size: 539 Bytes

Contents

<h1>New Zoo</h1>

<%= error_messages_for :zoo %>

<% form(zoos_create_url, :class => "new_zoo", :id => "new_zoo") do %>
  <p>
    <b>Name</b><br />
    <input type="text" name="zoo[name]" id="zoo_name" size="30" value="<%= @zoo.name %>" />
  </p>
  <p>
    <b>Description</b><br />
    <textarea name="zoo[description]" id="zoo_description" cols="60" rows="20"><%= @zoo.description %></textarea>
  </p>
  <p>
    <input id="zoo_submit" name="commit" type="submit" value="Create" />
  </p>
<% end %>

<%= link_to("Back", zoos_index_url) %>

Version data entries

6 entries across 6 versions & 2 rubygems

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