13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
<div id="c-pools">
|
|
<div id="c-new">
|
|
<%= simple_form_for(@pool) do |f| %>
|
|
<h1>New Pool</h1>
|
|
<%= f.input :name %>
|
|
<%= f.input :description %>
|
|
<%= f.button :submit %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|