Sha256: f2bef7577a69935093344497621e2e3fdb522abf2ad9c903df2acd4393f23c05
Contents?: true
Size: 608 Bytes
Versions: 10
Compression:
Stored size: 608 Bytes
Contents
<table class = "post"> <tr> <td class = "post_title"><h1> <% if @subscription.post %> You'll be notified! <% else %> Thanks for subscribing! <% end %> </h1></td> </tr> <tr> <td class = "post_body"> <% if @subscription.post %> <p> You signed up to be notified of any new comments on <%= link_to "this post", @subscription.post %>. </p> <% else %> <p> You'll now begin receiving a notification each time a new post is made at <%= link_to root_url.gsub(/\A.*:\/\//, '').gsub(/\A(.*?)\/*\z/, '\1'), posts_url %>. </p> <% end %> </td> </tr> </div>
Version data entries
10 entries across 10 versions & 1 rubygems