template_app/apps/views/template_app/layout.erb in sinatra-template-1.2.0 vs template_app/apps/views/template_app/layout.erb in sinatra-template-1.3.0

- old
+ new

@@ -6,11 +6,13 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <script src='/assets/application.js'></script> + <script src='/assets/template_app.js'></script> <%= bootstrap_assets %> <link href="/assets/application.css" rel="stylesheet"> + <link href="/assets/template_app.css" rel="stylesheet"> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> \ No newline at end of file