scala-news-reader
rss/atom news reader in scala
git clone https://9o.is/git/scala-news-reader.git
commit 191c8bffea5cad3c14db21fed37c795f35c2a959 parent d7d1030a6dc9cfe7bb880b9d7c2f09beae264c97 Author: Jul <jul@9o.is> Date: Sun, 4 Aug 2013 10:21:37 -0400 changed coming soon msg in reader.html Diffstat:
| M | src/main/scala/com/joereader/snippet/ReaderSnip.scala | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/scala/com/joereader/snippet/ReaderSnip.scala b/src/main/scala/com/joereader/snippet/ReaderSnip.scala @@ -106,9 +106,9 @@ class ReaderSnip extends UserSnip with ArticleSnip { <h3>Have another blog?</h3> <a data-lift="UserBlogsSnip.addBlog" class="btn btn-primary" style="margin-bottom: 50px">Add Blog</a> <br/><br/> + <p style="width:300px; margin:0 auto">We'll send an email as soon as we're ready. In the meantime, follow us from your favorite social network to get the latest updates!</p> + <br/><br/> { Templates("templates-hidden" :: "parts" :: "social" :: Nil).openOr(NodeSeq.Empty) } - <h2>Coming Soon!</h2> - <p>We'll send an email as soon as we're ready.</p> </div> }