fixing a refactor that broke friend requesting from the ui
This commit is contained in:
parent
3b303e1cf2
commit
716a77f0cc
1 changed files with 1 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue