<%= link_to "Back to posts", posts_path, class: "button" %>
</div>
<div class="post">
- <div class="container">
-
- <p style="color: green"><%= notice %></p>
-
+ <div class="container">
<%= render @post %>
<div>
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
+
+ config.action_mailer.default_options = {
+ }
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).