Sha256: 949fc202cf17a9cd32ef82f8dbeab95cb30c0abb1d38e2ad9fd630c42b872054

Contents?: true

Size: 713 Bytes

Versions: 86

Compression:

Stored size: 713 Bytes

Contents

= javascript_include_tag 'tramway/landing/footer'
%footer.page-footer.indigo.center-on-small-only
  .container-fluid
    .row
      .col-md-6
        %h5.title
          = @application.title
        %p
          = @application.tagline
        .logo_collage.effect-parent
          = yield :footer_logos
      .col-md-6
        = yield :footer_links
  .footer-copyright
    .container-fluid
      - external_url = if @application.url.present?
        - @application.url.include?('http') || @application.url.include?('https') ? @application.url : "http://#{@application.url}"
      - else
        - ''
      = link_to copyright(@application&.found_date&.year || DateTime.now.year, @application.title), external_url

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
tramway-landing-1.3.5 app/views/tramway/landing/blocks/block_types/_footer.html.haml
tramway-landing-1.3.4 app/views/tramway/landing/blocks/block_types/_footer.html.haml
tramway-landing-1.3.3 app/views/tramway/landing/blocks/block_types/_footer.html.haml
tramway-landing-1.3.2 app/views/tramway/landing/blocks/block_types/_footer.html.haml
tramway-landing-1.3.1 app/views/tramway/landing/blocks/block_types/_footer.html.haml
tramway-landing-1.3 app/views/tramway/landing/blocks/block_types/_footer.html.haml