Fixing no contacts link in _no_contacts. Thanks to alepane21.
This commit is contained in:
parent
589c36d1ed
commit
c564d2819e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
||||||
%h4= link_to t('.invite'), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
|
%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_contact_to', :aspect_name => aspect.name), "#add_request_pane", :class => "add_request_button"
|
%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')
|
%h4= link_to t('.invite', :aspect_name => aspect.name), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue