fixes #1177 and more pretty pool name cases

This commit is contained in:
Toks
2013-04-04 12:34:26 -04:00
parent aa3c5cd794
commit 91f8fddb18
5 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
<div id="c-pools">
<div id="a-edit">
<%= simple_form_for(@pool) do |f| %>
<h1>Edit Pool: <%= @pool.name %></h1>
<%= f.input :name %>
<h1>Edit Pool: <%= @pool.pretty_name %></h1>
<%= f.input :name, :input_html => { :value => @pool.pretty_name } %>
<%= f.input :description %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :is_active %>