diaspora/app/views/aspects/_no_contacts_message.haml
2010-12-04 20:06:24 -08:00

11 lines
417 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#no_contacts.floating.empty_message{:style => ("display:none" unless contact_count == 0)}
- if aspect == :all
%h3=t('.nobody')
%h4= link_to t('.invite'), new_user_invitation_path
- else
%h3=t('.nobody_in_aspect', :aspect_name => aspect.name)