Browse Source

fix email, rename link

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
869fd00596
  1. 2
      app/views/fragments/_bottom.html.erb
  2. 4
      config/environments/production.rb

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

@ -2,7 +2,7 @@
<div class="block"> <div class="block">
<p> <p>
<%= link_to('Terms & Conditions', page_path('terms'), :data => {:pjax => '#main'}) %> &bullet; <%= link_to('Terms & Conditions', page_path('terms'), :data => {:pjax => '#main'}) %> &bullet;
<%= link_to('Privacy Statement', page_path('privacy'), :data => {:pjax => '#main'}) %> &bullet; <%= link_to('Privacy Policy', page_path('privacy'), :data => {:pjax => '#main'}) %> &bullet;
<%= link_to('Contact', page_path('contact'), :data => {:pjax => '#main'}) %> &bullet; <%= 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>

4
config/environments/production.rb

@ -58,12 +58,12 @@ Entrydns::Application.configure do
# Send deprecation notices to registered listeners # Send deprecation notices to registered listeners
config.active_support.deprecation = :notify config.active_support.deprecation = :notify
config.action_mailer.default_url_options = { :host => 'entrydns.com' } config.action_mailer.default_url_options = { :host => 'entrydns.net' }
config.action_mailer.delivery_method = :smtp config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { config.action_mailer.smtp_settings = {
:address => "smtp.gmail.com", :address => "smtp.gmail.com",
:port => 587, :port => 587,
:domain => 'entrydns.com', :domain => 'entrydns.net',
:user_name => 'simpledns.office', :user_name => 'simpledns.office',
:password => 'jablonskis', :password => 'jablonskis',
:authentication => 'plain', :authentication => 'plain',

Loading…
Cancel
Save