Sha256: 82a0fdd7a2c5544f0935da491af13ac737158cc22590823dbba7cb8a74634484

Contents?: true

Size: 907 Bytes

Versions: 1

Compression:

Stored size: 907 Bytes

Contents

.footer_info
  = render_cell :shared, :phones, type: :footer

  - unless Settings.support_email.blank?
    = mail_to Settings.support_email, Settings.support_email, class: 'footer_email'

  - unless @structures.empty?
    .links
      - @structures.each do |item|
        span
          = link_to(item.title, structure_path(item))

  .footer_follow
    / p Follow Us:
    = link_to_if Settings.facebook_page_url.present?, '', Settings.facebook_page_url, target: '_blank', rel: 'nofollow', class: 'fb'
    = link_to_if Settings.twitter_page_url.present?, '', Settings.twitter_page_url, target: '_blank', rel: 'nofollow', class: 'twitter'
    = link_to_if Settings.google_page_url.present?, '', Settings.google_page_url, target: '_blank', rel: 'nofollow', class: 'google'
    = link_to_if Settings.linkedin_page_url.present?, '', Settings.linkedin_page_url, target: '_blank', rel: 'nofollow', class: 'linked'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/cells/shared/footer_info.html.slim