invite friends actually calls up the invite friends pane on all aspects
This commit is contained in:
parent
7d6be51cfb
commit
091d98ea15
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
- if aspect == :all
|
- if aspect == :all
|
||||||
%h3=t('.nobody')
|
%h3=t('.nobody')
|
||||||
%h4= link_to t('.add_friend'), aspects_manage_path
|
%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
|
- else
|
||||||
%h3=t('.nobody_in_aspect', :aspect_name => aspect.name)
|
%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"
|
%h4= link_to t('.add_friend_to', :aspect_name => aspect.name), "#add_request_pane", :class => "add_request_button"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue