<div class="container">
<%= link_to root_path do %>
- <%= image_tag "icon-512.png", class: "logo", alt: "Arelpe logo" %>
+ <%= image_tag "icon-512.png", class: "logo", alt: "mind reader logo" %>
<% end %>
<h1 class="header">mind reader</h1>
<p class="subheading"><small>Aidan’s anti-capitalist posting and sharing project</small></p>
enable_starttls: true
}
config.action_mailer.default_options = {
- from: "mind reader <mr@acb.boo>"
+ from: "mind reader <mr@mndrdr.org>"
}
config.action_mailer.default_url_options = {
host: 'mndrdr.org'
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
- config.mailer_sender = 'Mind Reader <mr@acb.boo>'
+ config.mailer_sender = 'Mind Reader <mr@mndrdr.org>'
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'