Sha256: 9bf3954839e653824ce2c741deb30a1a05588400b21e15ae965852e79c496ca7
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> </head> <body> <h4>A new post was published on <%= @site.title %></h4> <p> We published a new post, "<%= link_to @post.title, post_url(@post) %>", on our blog. </p> </body> <footer>If you no longer want to receive these emails, <%= link_to "click here", unsubscribe_mailing_list_url(email: @subscription.email, t: @subscription.token) %>.</footer> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storytime-1.2.0 | app/views/storytime/subscription_mailer/new_post_email.html.erb |
storytime-1.1.1 | app/views/storytime/subscription_mailer/new_post_email.html.erb |