app/views/comable/shared/_footer.slim in comable_frontend-0.4.1 vs app/views/comable/shared/_footer.slim in comable_frontend-0.4.2
- old
+ new
@@ -1,2 +1,39 @@
footer
- | Powered by #{link_to 'Comable', 'https://github.com/hyoshida/comable'}
+ .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}