From 091d98ea15d9334d2768ce6220c9c16316dc4ef9 Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 8 Nov 2010 18:00:36 -0800 Subject: [PATCH] invite friends actually calls up the invite friends pane on all aspects --- app/views/aspects/_no_friends_message.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/_no_friends_message.haml b/app/views/aspects/_no_friends_message.haml index a36d8bab7..51babc7fe 100644 --- a/app/views/aspects/_no_friends_message.haml +++ b/app/views/aspects/_no_friends_message.haml @@ -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"