diaspora/app/views/requests/_new_request_to_person.haml

8 lines
383 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
= form_tag(requests_path) do
= select_tag(:aspect_id, options_from_collection_for_select(aspects, "id", "name"))
= hidden_field_tag :destination_handle, person.diaspora_handle
= submit_tag t('people.person.add_friend')