In progress invites in _manage_aspect_contacts
This commit is contained in:
parent
e2412d2e43
commit
ece1dc2cf9
1 changed files with 6 additions and 0 deletions
|
|
@ -33,3 +33,9 @@
|
||||||
#loader.hidden= image_tag 'ajax-loader.gif'
|
#loader.hidden= image_tag 'ajax-loader.gif'
|
||||||
%ul#request_result{:aspect_id => aspect.id}
|
%ul#request_result{:aspect_id => aspect.id}
|
||||||
%li.error.hidden
|
%li.error.hidden
|
||||||
|
= link_to t('.invite_someone'), "#invite_user_pane", :class => "invite_user_button", :title => t('.invite_someone')
|
||||||
|
%br
|
||||||
|
.yo{ :style => "display:none;"}
|
||||||
|
#invite_user_pane
|
||||||
|
= render "invitations/new"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue