From e969858abcd07dc8dceb437f84d3cc95845cf24a Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Tue, 8 Nov 2011 12:06:26 -0800 Subject: [PATCH] news link to twitter --- app/views/fragments/_top.html.erb | 1 + config/settings.sample.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/views/fragments/_top.html.erb b/app/views/fragments/_top.html.erb index 42ea045..cb2d68f 100644 --- a/app/views/fragments/_top.html.erb +++ b/app/views/fragments/_top.html.erb @@ -28,6 +28,7 @@ :related => "_clyfe:vaijab" } %> +
  • <%= link_to('News', Settings.news_link) %>
  • <%= link_to('Donate', page_path('donate'), :data => {:pjax => '#main'}) %>
  • <% if user_signed_in? %>
  • <%= link_to('Help & Support', page_path('help'), :data => {:pjax => '#main'}) %>
  • diff --git a/config/settings.sample.yml b/config/settings.sample.yml index 1b36e26..15c8b42 100644 --- a/config/settings.sample.yml +++ b/config/settings.sample.yml @@ -1,3 +1,4 @@ +# application default_ttl: 3600 min_ttl: 60 ns: @@ -14,10 +15,13 @@ protected_hostnames: - smtp - imap - ns[0-9]* -support_mail: "support@entrydns.net" -honeypot: userid max_domains_per_user: 200 max_records_per_domain: 500 resolv: - 8.8.8.8 - 8.8.4.4 + +# public +honeypot: userid +support_mail: "support@entrydns.net" +news_link: "http://twitter.com/#!/entrydns"