Sha256: 2bb7d85244c3d4b48336900470b75bd0516ec9bf045ac9e6748311e429e28392

Contents?: true

Size: 1.17 KB

Versions: 3

Compression:

Stored size: 1.17 KB

Contents

footer
  .container
    .row
      .col-md-4
        h3
          = Comable.t('support')
        ul.list-unstyled
          li
            i.glyphicon.glyphicon-earphone>
            | 0123-XX-XXXX
          li
            i.glyphicon.glyphicon-envelope>
            | comable@example.com
      .col-md-4
        h3
          = Comable.t('pages')
        ul.list-unstyled
          li
            = link_to Comable.t('home'), comable.root_path
          li
            = link_to Comable.t('products'), comable.products_path
          li
            = link_to Comable.t('cart'), comable.cart_path
          li
            = link_to Comable.t('my_account'), comable.user_path
      .col-md-4
        h3
          = Comable.t('my_account')
        ul.list-unstyled
          li
            = link_to Comable.t('sign_in'), comable.new_user_session_path
          li
            = link_to Comable.t('my_account'), comable.user_path
          li
            = link_to Comable.t('change_email_or_password'), comable.edit_user_path
          li
            = link_to Comable.t('edit_your_address_book'), comable.addresses_user_path
  .credit
    | Powered by #{link_to Comable.app_name, Comable.homepage}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
comable-frontend-0.6.0 app/views/comable/shared/_footer.slim
comable_frontend-0.5.0 app/views/comable/shared/_footer.slim
comable_frontend-0.4.2 app/views/comable/shared/_footer.slim