fixes #1177 and more pretty pool name cases
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user