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.
18 lines
607 B
18 lines
607 B
13 years ago
|
<div class="footer">
|
||
13 years ago
|
<div class="block">
|
||
13 years ago
|
<p class="pull-right">
|
||
13 years ago
|
<%= switch_user_select %>
|
||
13 years ago
|
</p>
|
||
13 years ago
|
|
||
|
<% 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 %>
|
||
13 years ago
|
</div>
|
||
13 years ago
|
</div>
|
||
|
|
||
13 years ago
|
<%= render 'shared/analytics' %>
|