You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
607 B
17 lines
607 B
<div class="footer"> |
|
<div class="block"> |
|
<p class="pull-right"> |
|
<%= switch_user_select %> |
|
</p> |
|
|
|
<% semantic_navigation :footer_nav, html: { class: 'nav nav-pills pjax-nav' } do |n| %> |
|
<%= n.item "Terms & Conditions", link: page_path('terms') %> |
|
<%= n.item "Privacy Policy", link: page_path('privacy') %> |
|
<%= n.item "Contact", link: page_path('contact') %> |
|
<%= n.item "About", link: page_path('about') %> |
|
<%= n.item "© #{Time.now.year} EntryDNS Team", link: page_path('team') %> |
|
<% end %> |
|
</div> |
|
</div> |
|
|
|
<%= render 'shared/analytics' %>
|
|
|