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.
15 lines
663 B
15 lines
663 B
<div id="footer"> |
|
<div class="block"> |
|
<br /> |
|
<p> |
|
<%= link_to('Terms & Conditions', page_path('terms'), :data => {:pjax => '#main'}) %> • |
|
<%= link_to('Privacy Policy', page_path('privacy'), :data => {:pjax => '#main'}) %> • |
|
<%= link_to('Contact', page_path('contact'), :data => {:pjax => '#main'}) %> • |
|
<%= link_to('About', page_path('about'), :data => {:pjax => '#main'}) %> • |
|
<%= link_to("© #{Time.now.year} EntryDNS Team".html_safe, page_path('team'), :data => {:pjax => '#main'}) %> |
|
<%= switch_user_select %> |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<%= render :partial => 'fragments/analytics' %>
|
|
|