lib/vraptor-scaffold/generators/app/templates/jsp/main.jsp in vraptor-scaffold-1.2.0 vs lib/vraptor-scaffold/generators/app/templates/jsp/main.jsp in vraptor-scaffold-1.2.1

- old
+ new

@@ -4,10 +4,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><decorator:title default="Vraptor Scaffold"/></title> - <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/stylesheets/stylesheets.css"/> + <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/stylesheets/application.css"/> <decorator:head/> </head> <body> <decorator:body/> <script type="text/javascript" src="${pageContext.request.contextPath}/javascripts/jquery.min.js"></script>