lib/generators/app_themer/layout/templates/admin.html.erb in app-themer-0.3.5 vs lib/generators/app_themer/layout/templates/admin.html.erb in app-themer-0.4.0

- old
+ new

@@ -4,12 +4,12 @@ <meta charset="utf-8"> <!--[if IE]><![endif]--> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title><%= options.app_name %></title> - <%%= stylesheet_link_tag "web-app-theme/base", "web-app-theme/handheld", "web-app-theme/themes/<%= options.theme %>/style", "web-app-theme/override", :cache => true %> - <%%= javascript_include_tag "web-app-theme/modernizr-1.5.min.js" %> + <%%= stylesheet_link_tag "app-themer/base", "app-themer/handheld", "app-themer/themes/<%= options.theme %>/style", "app-themer/override", :cache => true %> + <%%= javascript_include_tag "app-themer/modernizr-1.5.min.js" %> <%%= csrf_meta_tag %> </head> <!--[if lt IE 7 ]> <body class="ie6"> <![endif]--> <!--[if IE 7 ]> <body class="ie7"> <![endif]--> <!--[if IE 8 ]> <body class="ie8"> <![endif]--> @@ -19,13 +19,13 @@ <div id="container"> <header> <h1><a href="/"><%= options.app_name %></a></h1> <nav id="main-navigation"> <ul class="clearfix"> - <li class="right"><a href="/logout" class="logout"><%%= t("web-app-theme.logout", :default => "Logout") %></a></li> - <li class="right"><a href="#"><%%= t("web-app-theme.settings", :default => "Settings") %></a></li> - <li class="right"><a href="#"><%%= t("web-app-theme.profile", :default => "Profile") %></a></li> + <li class="right"><a href="/logout" class="logout"><%%= t("app-themer.logout", :default => "Logout") %></a></li> + <li class="right"><a href="#"><%%= t("app-themer.settings", :default => "Settings") %></a></li> + <li class="right"><a href="#"><%%= t("app-themer.profile", :default => "Profile") %></a></li> </ul> </nav> </header> <div id="wrapper" class="clearfix"> @@ -50,10 +50,10 @@ </div> </div> <%%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" %> <!--[if lt IE 7 ]> - <%%= javascript_include_tag "web-app-theme/dd_belatedpng.js" %> + <%%= javascript_include_tag "app-themer/dd_belatedpng.js" %> <script>DD_belatedPNG.fix('.button img, #sidebar ul li');</script> <![endif]--> </body> </html>