HTMLifying alert text properly

This commit is contained in:
Will Bradley 2014-09-11 21:03:46 -07:00
parent e0e43ccdbd
commit b42236d228

View File

@ -1,5 +1,5 @@
It's <%= DateTime.current.to_time.strftime("%l:%M %p") %> and the doors are <%= @status[:unlocked] ? "open" : "not open" %> !
<p>It's <%= DateTime.current.to_time.strftime("%B %d %l:%M %p") %> and the doors are <%= @status[:unlocked] ? "open" : "not open" %> !</p>
See more info at: <a href="http://live.heatsynclabs.org">http://live.heatsynclabs.org</a>
<p>See more info at: <a href="http://live.heatsynclabs.org">http://live.heatsynclabs.org</a></p>
<a href="http://twitter.com/willbradley>@willbradley</a> programmed me to let y'all know, just in case. Cheers!
<p><a href="http://twitter.com/willbradley">@willbradley</a> programmed me to let y'all know, just in case. If this is annoying or broken or awesome, let him know.</p>