Browse Source

news link to twitter

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
e969858abc
  1. 1
      app/views/fragments/_top.html.erb
  2. 8
      config/settings.sample.yml

1
app/views/fragments/_top.html.erb

@ -28,6 +28,7 @@
:related => "_clyfe:vaijab"
} %>
</li>
<li><%= link_to('News', Settings.news_link) %></li>
<li><%= link_to('Donate', page_path('donate'), :data => {:pjax => '#main'}) %></li>
<% if user_signed_in? %>
<li><%= link_to('Help & Support', page_path('help'), :data => {:pjax => '#main'}) %></li>

8
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"

Loading…
Cancel
Save