Skip to content

Commit

Permalink
remove user selector from content#new
Browse files Browse the repository at this point in the history
  • Loading branch information
zr2d2 committed Apr 29, 2012
1 parent 8c125ee commit 010e173
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/views/contents/_form_middle.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

<%= render :partial => 'contents/form_elements/duration', :locals => {:form => form, :min => 4, :max => 12} %>
<%= render :partial => 'contents/form_elements/dates', :locals => {:form => form} %>

<div class="clearfix">
<%= form.label :user %>
<div class="input">
<%= form.collection_select :user_id, User.all, :id, :name %>
</div>
</div>
</fieldset>

<fieldset>
Expand All @@ -24,5 +17,3 @@
<%= render :partial => 'contents/form_elements/feeds' %>
<% end %>
</fieldset>


0 comments on commit 010e173

Please sign in to comment.