HTMLifying alert text properly
This commit is contained in:
		
							parent
							
								
									e0e43ccdbd
								
							
						
					
					
						commit
						b42236d228
					
				@ -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>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user