mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
changed a bit of text in the invite, also made it show on all aspects now that we have it fixed
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.span-12.last
|
||||
.modal_title_bar
|
||||
%h4 Send invitation
|
||||
%h4 Invite someone to join Diaspora!
|
||||
|
||||
%i if they accept, they will be added to the aspect you invited them
|
||||
= form_for User.new, :url => invitation_path(User) do |invite|
|
||||
%p
|
||||
= invite.label :email
|
||||
@@ -11,6 +12,7 @@
|
||||
= invite.select(:aspects, @aspects_dropdown_array)
|
||||
- else
|
||||
= invite.select(:aspects, @aspects_dropdown_array, :selected => @aspect.id)
|
||||
|
||||
Message:
|
||||
= invite.text_area :invite_messages, :value => ""
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
- unless @aspect == :all
|
||||
%h4 Invites
|
||||
= link_to "Invite a friend", "#invite_user_pane", :class => "invite_user_button", :title => "Invite a friend"
|
||||
= "(#{invites} left)"
|
||||
%br
|
||||
.yo{ :style => "display:none;"}
|
||||
#invite_user_pane
|
||||
= render "invitations/new"
|
||||
%h4 Invites
|
||||
= link_to "Invite a friend", "#invite_user_pane", :class => "invite_user_button", :title => "Invite a friend"
|
||||
= "(#{invites} left)"
|
||||
%br
|
||||
.yo{ :style => "display:none;"}
|
||||
#invite_user_pane
|
||||
= render "invitations/new"
|
||||
|
||||
Reference in New Issue
Block a user