14 lines
570 B
Text
14 lines
570 B
Text
%h3
|
|
= t('contacts.index.title')
|
|
= render 'contacts/aspect_listings'
|
|
%hr
|
|
- if AppConfig.settings.community_spotlight.enable?
|
|
.text-center.spotlight
|
|
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "element_selector"
|
|
.text-center
|
|
.btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
|
|
= t('invitations.new.invite_someone_to_join')
|
|
= render 'shared/modal',
|
|
:path => new_user_invitation_path,
|
|
:id => 'invitationsModal',
|
|
:title => t('invitations.new.invite_someone_to_join')
|