7 lines
357 B
Text
7 lines
357 B
Text
|
|
= form_tag '/aspects/add_to_aspect', :id => "add_to_aspect_#{aspect.id}" do
|
|
= select_tag :friend_id, options_from_collection_for_select(friends, "id", "real_name"), :include_blank => true
|
|
= hidden_field_tag :aspect_id, aspect.id
|
|
- if defined?(manage) && manage
|
|
= hidden_field_tag :manage, true
|
|
= submit_tag t('.add_to', :aspect => aspect.name)
|