Sha256: 3a71474cc325581d84aafbb4091061e3177268983d03d39958483755a91c8ab6
Contents?: true
Size: 1.31 KB
Versions: 4
Compression:
Stored size: 1.31 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 - if current_navigations.any? = render 'comable/shared/navigation' - else .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
4 entries across 4 versions & 1 rubygems