diaspora/app/views/aspects/_no_contacts_message.haml
cmrd Senya 526ebcfa13
In jQuery 3 "#" is disallowed as a selector
here is a somewhat hacky way to force use an empty selector where "#"
was used as a selector before

closes #7372
2017-03-17 11:34:45 +01:00

17 lines
652 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#no_contacts.empty_message
%p.lead
= t(".you_should_add_some_more_contacts")
%p
!= t(".try_adding_some_more_contacts",
invite_link: link_to(t(".invite_link_text"),
" ",
class: "invitations-link",
data: {toggle: "modal"}))
- if AppConfig.settings.community_spotlight.enable?
!= t(".or_spotlight", link: link_to(t(".community_spotlight"), community_spotlight_path))