From b42236d2283543c0bc443d7b830a7d869289734f Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 11 Sep 2014 21:03:46 -0700 Subject: [PATCH] HTMLifying alert text properly --- app/views/door_mailer/alert.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/door_mailer/alert.html.erb b/app/views/door_mailer/alert.html.erb index f05f53e..ef1cb10 100755 --- a/app/views/door_mailer/alert.html.erb +++ b/app/views/door_mailer/alert.html.erb @@ -1,5 +1,5 @@ -It's <%= DateTime.current.to_time.strftime("%l:%M %p") %> and the doors are <%= @status[:unlocked] ? "open" : "not open" %> ! +

It's <%= DateTime.current.to_time.strftime("%B %d %l:%M %p") %> and the doors are <%= @status[:unlocked] ? "open" : "not open" %> !

-See more info at: http://live.heatsynclabs.org +

See more info at: http://live.heatsynclabs.org

-@willbradley programmed me to let y'all know, just in case. If this is annoying or broken or awesome, let him know.