pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit c0644b045fccc0e209852b9e5b0f84fc1601ad22
parent 02fa3749ec340929d0154443538bc90924682d05
Author: Jul <jul@9o.is>
Date:   Sat, 23 Aug 2014 14:21:37 -0400

changed message of a couple of form completion replies

Diffstat:
Msrc/main/scala/inc/pyc/snippet/AtmSnip.scala | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/scala/inc/pyc/snippet/AtmSnip.scala b/src/main/scala/inc/pyc/snippet/AtmSnip.scala @@ -37,8 +37,7 @@ class AtmApplication extends AngularSnippet { NgAlert.success( <i class="fa-fw fa fa-thumbs-o-up"></i> ++ - <span>BTM application for {rec.name.get} has been received.</span> ++ - <p> We will contact you when we are ready. Thank you for applying.</p> + <span>BTM application for {rec.name.get} has been received.</span> ) case errors => NgAlert.danger( @@ -133,8 +132,7 @@ class FindAtm extends AngularSnippet with Logger { NgAlert.success( <i class="fa-fw fa fa-thumbs-o-up"></i> ++ - <span>Your notification has been received.</span> ++ - <p>We will notify you when there is a BTM nearby.</p> + <span>We will notify you when there is a BTM nearby.</span> ) } getOrElse JNull