From e20dc1a2677fdda8a367dde749317034579721a9 Mon Sep 17 00:00:00 2001 From: thomd Date: Thu, 26 Jan 2012 23:11:15 +0100 Subject: [PATCH] don't escape html of include by using double equal sign line indicator --- views/layout.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.slim b/views/layout.slim index 6658bc5..97ccf75 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -30,7 +30,7 @@ html lang="en" section.welcome.grid_12 h1 Sinatra + Mongoid prototyping application. hr - = yield + == yield script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" script type="text/javascript" src="/javascripts/application.js" \ No newline at end of file