summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-03 13:15:58 -0500
committerJules Laplace <jules@okfoc.us>2015-02-03 13:15:58 -0500
commitf51b018fd760d8550a06cb900a1311164ea881ad (patch)
tree52c2a66f62bab26f154211bd0cb09ecb3af96d8c
parent1169b347c1f339b64f30466004a3f9a06ef7e117 (diff)
emails
-rw-r--r--server/lib/auth/mail.js2
-rwxr-xr-xviews/home.ejs2
-rw-r--r--views/staff/_users.ejs2
3 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/auth/mail.js b/server/lib/auth/mail.js
index eac4007..990b53f 100644
--- a/server/lib/auth/mail.js
+++ b/server/lib/auth/mail.js
@@ -6,7 +6,7 @@ var email = require("emailjs"),
var mail = {
- from: 'VValls <info@vvalls.com>',
+ from: 'VValls <hello@vvalls.com>',
templates: {},
init: function(){
diff --git a/views/home.ejs b/views/home.ejs
index ffb0976..20723a5 100755
--- a/views/home.ejs
+++ b/views/home.ejs
@@ -68,7 +68,7 @@
<h3>Ready To Go Pro?</h3>
Use VValls as part of your product, service, or marketing campaign.
We offer many types of customizations, including automation of layouts, more elaborate floor plans, enhanced video, interactivity, and other features.
- <a href="mailto:info@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a>
+ <a href="mailto:hello@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a>
</span>
</div>
[[ include partials/confirm-modal ]]
diff --git a/views/staff/_users.ejs b/views/staff/_users.ejs
index 9caf893..ee988ab 100644
--- a/views/staff/_users.ejs
+++ b/views/staff/_users.ejs
@@ -1,5 +1,5 @@
<nav class="subnav">
- sort by <a href="?sort=date">date</a> ... <a href="?sort=last_seen">recent</a> ... <a href="?sort=name">name</a> ... jump to a letter:
+ sort by <a href="?sort=date">join date</a> ... <a href="?sort=last_seen">recent</a> ... <a href="?sort=name">name</a> ... jump to a letter:
<span class="alphabet">
[[ "abcdefghijklmnopqrstuvwxyz?".split("").forEach(function(letter){ ]]
<a href="?sort=name&initial=[[- letter ]]">[[- letter.toUpperCase() ]]</a>