quickfix in add_friend_dropdown
This commit is contained in:
parent
a0d83e28a1
commit
d02c36b53a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue