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.