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"