Skip to content

Commit

Permalink
A few simple fixes to the feed edit form.
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 8, 2011
1 parent 8da152a commit 7e3d985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/views/feeds/_form.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div class="group">
<%= f.label :default_moderation_status %>
<%= f.error_message_on :default_moderation_status %>
<%= f.text_field :default_moderation_status, :class => :text_field %>
<span class="description">Ex: a simple text</span>
<%= f.select :default_moderation_status, :options => ['published', 'featured'] %>
</div>

<div class="group">
<%= f.label :url %><%= f.error_message_on :url %>
<%= f.text_field :url, :class => :text_field %>
<span class="description">Ex: a simple text</span>
<span class="description">Ex: http://foo.com/bar/blah.rss</span>
</div>

<div class="group">
Expand Down

0 comments on commit 7e3d985

Please sign in to comment.