quickfix in add_friend_dropdown

This commit is contained in:
danielvincent 2010-10-28 11:30:45 -07:00
parent a0d83e28a1
commit d02c36b53a

View file

@ -2,6 +2,6 @@
= form_tag '/aspects/add_to_aspect', :id => 'add_to_aspect' do = form_tag '/aspects/add_to_aspect', :id => 'add_to_aspect' do
= select_tag :friend_id, options_from_collection_for_select(friends, "id", "real_name"), :include_blank => true = select_tag :friend_id, options_from_collection_for_select(friends, "id", "real_name"), :include_blank => true
= hidden_field_tag :aspect_id, aspect.id = hidden_field_tag :aspect_id, aspect.id
- if defined?(manage) - if defined?(manage) && manage
= hidden_field_tag :manage, true = hidden_field_tag :manage, true
= submit_tag "add to #{aspect.name}" = submit_tag "add to #{aspect.name}"