remove app/views/requests/
This commit is contained in:
parent
5d169a3d73
commit
aa8b37f2be
2 changed files with 0 additions and 22 deletions
|
|
@ -1,11 +0,0 @@
|
|||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
%div{:id => destination_handle}
|
||||
= form_for(Request.new, :remote => true ) do |request|
|
||||
= request.select(:into, options_from_collection_for_select(aspects, "id", "name"))
|
||||
= request.hidden_field :to, :value => destination_handle
|
||||
= request.submit t('people.person.add_contact'), 'data-disable-with' => t('requests.create.sending')
|
||||
.message.hidden
|
||||
%i= t('.sent')
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
%div{:id => destination_handle}
|
||||
= form_for Request.new, :remote => true do |request|
|
||||
= request.hidden_field :into, :value => "changeme"
|
||||
= request.hidden_field :to, :value => destination_handle
|
||||
= request.submit '+', :class => 'add', 'data-disable-with' => t('requests.create.sending')
|
||||
.message.hidden
|
||||
%i= t('requests.new_request_to_person.sent')
|
||||
Loading…
Reference in a new issue