diaspora/app/views/shared/_add_friend_dropdown.html.haml
2010-10-20 15:42:03 -07:00

5 lines
260 B
Text

= 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
= hidden_field_tag :aspect_id, aspect.id
= submit_tag "add to #{aspect.name}"