invite friends actually calls up the invite friends pane on all aspects

This commit is contained in:
maxwell 2010-11-08 18:00:36 -08:00
parent 7d6be51cfb
commit 091d98ea15

View file

@ -6,7 +6,7 @@
- if aspect == :all
%h3=t('.nobody')
%h4= link_to t('.add_friend'), aspects_manage_path
%h4= link_to t('.invite'), aspects_manage_path
%h4= link_to t('.invite'), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
- else
%h3=t('.nobody_in_aspect', :aspect_name => aspect.name)
%h4= link_to t('.add_friend_to', :aspect_name => aspect.name), "#add_request_pane", :class => "add_request_button"