<%= yield %> |
<% url = root_url.gsub(/\A.*:\/\//, '').gsub(/\A(.*?)\/*\z/, '\1') %> <% if @subscription.post %> You're receiving this email because you requested to be notified if a new comment was made on <%= link_to "this post", @subscription.post %> at <%= link_to url, posts_url %>. <% else %> You're receiving this email because you requested to be notified if a new post was made at <%= link_to url, posts_url %>. <% end %> If you no longer wish to receive these emails, simply <%= link_to "unsubscribe", unsubscribe_url(@subscription.token) %>. |