diaspora/app/views/shared/_contact_sidebar.html.haml
2011-10-24 14:41:15 -07:00

16 lines
585 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.
.span-5.append-1
= render 'contacts/aspect_listings'
%hr
%ul.left_nav
- if AppConfig[:community_spotlight]
%li{:class => ("active" if @spotlight)}
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "element_selector"
%li{:class => ("active" if @finder)}
= link_to "Facebook Friends", friend_finder_path('facebook'), :class => "element_selector"