diaspora/app/views/contacts/_sidebar.html.haml
2014-08-26 19:18:32 +02:00

7 lines
267 B
Text

%h3
= t('contacts.index.title')
= render 'contacts/aspect_listings'
- if AppConfig.settings.community_spotlight.enable?
%hr
.text-center.spotlight
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "element_selector"