lib/rid/generators/application/templates/lib/templates/layout.mustache in rid-0.4.0 vs lib/rid/generators/application/templates/lib/templates/layout.mustache in rid-0.4.1
- old
+ new
@@ -1,10 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title><%= app_title %>: {{title}}</title>
- <link rel="stylesheet" href="../../stylesheets/application.css" type="text/css" media="screen" charset="utf-8">
+ <link rel="stylesheet" href="{{path}}/stylesheets/application.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<h1><%= app_title %></h1>
<h2>{{title}}</h2>
{{>body}}