Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
08aaccbd
Commit
08aaccbd
authored
Nov 22, 2010
by
maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "--amend"
This reverts commit
76508705
.
parent
173ec5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
app/views/requests/_manage_aspect_contacts.haml
app/views/requests/_manage_aspect_contacts.haml
+42
-0
No files found.
app/views/requests/_manage_aspect_contacts.haml
0 → 100644
View file @
08aaccbd
-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.span-15.last
.modal_title_bar
%h4
=
t
(
'.manage_within'
)
%i
=
aspect
.
name
.span-6.append-1.last
%h3
=
t
(
'.existing'
)
=
render
'shared/contact_list'
,
:aspect
=>
aspect
,
:contacts
=>
@contacts
,
:manage
=>
defined?
(
manage
)
.span-7.last
%h3
=
t
(
'aspects.manage.add_a_new_contact'
)
=
form_tag
(
person_by_handle_path
,
:id
=>
"new_request_to_
#{
aspect
.
id
}
"
,
:class
=>
"webfinger_form"
,
:remote
=>
true
)
do
=
t
(
'.enter_a_diaspora_username'
)
%br
%i
=
t
'.your_diaspora_username_is'
,
:diaspora_handle
=>
current_user
.
diaspora_handle
%p
=
label_tag
:diaspora_handle
,
t
(
'.contact_username'
),
:for
=>
"request_d_handle_to_
#{
aspect
.
id
}
"
=
text_field_tag
:diaspora_handle
,
''
,
:id
=>
"request_d_handle_to_
#{
aspect
.
id
}
"
=
hidden_field_tag
:aspect_id
,
aspect
.
id
-
if
defined?
(
getting_started
)
=
hidden_field_tag
:getting_started
,
getting_started
-
if
defined?
(
manage
)
=
hidden_field_tag
:manage
,
true
=
submit_tag
t
(
'.create_request'
)
%br
.spinner.hidden
=
image_tag
'ajax-loader.gif'
%ul
{
:class
=>
'webfinger_result stream'
,
:aspect_id
=>
aspect
.
id
}
%li
.error.hidden
.webfinger_error
=
link_to
t
(
'.know_email'
),
"#invite_user_pane"
,
:class
=>
"invite_user_button"
%br
.yo
{
:style
=>
"display:none;"
}
.invite_user_pane
=
render
"invitations/new"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment