Browse Source

nice bullets

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
b58f3062a2
  1. 6
      app/views/fragments/_bottom.html.erb

6
app/views/fragments/_bottom.html.erb

@ -1,9 +1,9 @@
<div id="footer"> <div id="footer">
<div class="block"> <div class="block">
<p> <p>
<%= link_to('Terms & Conditions', page_path('terms'), :data => {:pjax => '#main'}) %> | <%= link_to('Terms & Conditions', page_path('terms'), :data => {:pjax => '#main'}) %> &bullet;
<%= link_to('Privacy Statement', page_path('privacy'), :data => {:pjax => '#main'}) %> | <%= link_to('Privacy Statement', page_path('privacy'), :data => {:pjax => '#main'}) %> &bullet;
<%= link_to('Contact', page_path('contact'), :data => {:pjax => '#main'}) %> | <%= link_to('Contact', page_path('contact'), :data => {:pjax => '#main'}) %> &bullet;
<%= link_to("&copy; #{Time.now.year} EntryDNS Team".html_safe, root_path, :data => {:pjax => '#main'}) %> <%= link_to("&copy; #{Time.now.year} EntryDNS Team".html_safe, root_path, :data => {:pjax => '#main'}) %>
</p> </p>
</div> </div>

Loading…
Cancel
Save