Files
danbooru/app/views/pools/edit.html.erb
albert dd5a965884 fixes
2012-03-12 17:50:45 -04:00

19 lines
451 B
Plaintext

<div id="c-pools">
<div id="a-edit">
<%= simple_form_for(@pool) do |f| %>
<h1>Edit Pool: <%= @pool.name %></h1>
<%= f.input :name %>
<%= f.input :description %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :is_active %>
<%= f.button :submit %>
<% end %>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Edit Pool - <%= Danbooru.config.app_name %>
<% end %>