removed last reference to invitation fancybox

This commit is contained in:
danielvincent 2010-12-04 20:06:24 -08:00
parent 9e575ea765
commit 03961bce7b
2 changed files with 2 additions and 6 deletions

View file

@ -5,11 +5,7 @@
#no_contacts.floating.empty_message{:style => ("display:none" unless contact_count == 0)}
- if aspect == :all
%h3=t('.nobody')
%h4= link_to t('.add_contact'), aspects_manage_path
%h4= link_to t('.invite'), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
%h4= link_to t('.invite'), new_user_invitation_path
- else
%h3=t('.nobody_in_aspect', :aspect_name => aspect.name)
- if defined?(options) && options
%h4= link_to t('.add_contact_to', :aspect_name => aspect.name), "#manage_aspect_contacts_pane", :class => "manage_aspect_contacts_button"
%h4= link_to t('.invite', :aspect_name => aspect.name), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')

View file

@ -11,8 +11,8 @@
= info_text(t('.handle_explanation'))
.span-15.append-1
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contacts.count
= render 'shared/publisher', :aspect => @aspect
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contacts.count
= render 'aspects/no_posts_message', :post_count => @post_hashes.length, :contact_count => @contacts.count
= render 'shared/stream', :posts => @post_hashes