fixing a refactor that broke friend requesting from the ui

This commit is contained in:
danielvincent 2010-11-11 21:26:40 -08:00
parent 3b303e1cf2
commit 716a77f0cc

View file

@ -3,8 +3,6 @@
-# the COPYRIGHT file.
= form_tag(requests_path) do
- pp person
- pp aspects
= select_tag(:aspect_id, options_from_collection_for_select(aspects, "id", "name"))
= hidden_field_tag :destination_handle, :value => person.diaspora_handle
= hidden_field_tag :destination_handle, person.diaspora_handle
= submit_tag t('people.person.add_friend')