Skip to content

Commit

Permalink
[#79777566] replace Minhas Cidades by Nossas Cidades
Browse files Browse the repository at this point in the history
  • Loading branch information
Nícolas Iensen committed Oct 3, 2014
1 parent b7301f1 commit bdd6296
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/mailer.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ table cellpadding="0" cellspacing="0" margin="0" style="margin-top: 50px"
span style="color: #039046; font-size: 15px; font-family: arial, sans serif; font-weight: bold"
| Rede Meu Rio
p style="color: #81929e; font-size: 12px; font-family: arial, sans serif; margin-top: 5px; margin-bottom: 5px"
| A Rede Meu Rio é formada por milhares de cariocas, de certidão e de coração, que acreditam que um Rio mais inclusivo e participativo seria muito mais lindo. Juntos, criamos e lançamos mobilizações com o apoio de uma equipe que mantém os aplicativos da Rede Minhas Cidades no Rio de Janeiro.
| A Rede Meu Rio é formada por milhares de cariocas, de certidão e de coração, que acreditam que um Rio mais inclusivo e participativo seria muito mais lindo. Juntos, criamos e lançamos mobilizações com o apoio de uma equipe que mantém os aplicativos da Rede Nossas Cidades no Rio de Janeiro.
a href="http://meurio.org.br" style="color: #039046; font-size: 12px; font-family: arial, sans serif"
| Clique aqui para saber mais!
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@

config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
default_url_options[:host] = "imagine.minhascidades.org.br"
default_url_options[:host] = "imagine.nossascidades.org"
end
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
ActionMailer::Base.smtp_settings = {
:user_name => ENV["SENDGRID_USERNAME"],
:password => ENV["SENDGRID_PASSWORD"],
:domain => "imagine.minhascidades.org.br",
:domain => "imagine.nossascidades.org",
:address => "smtp.sendgrid.net",
:port => 587,
:authentication => :plain,
Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
default_url_options[:host] = "imagine.minhascidades.org.br"
default_url_options[:host] = "imagine.nossascidades.org"
end

0 comments on commit bdd6296

Please sign in to comment.