lib/generators/freeberry/base/templates/views/layouts/manage.html.erb in freeberry-0.2.9 vs lib/generators/freeberry/base/templates/views/layouts/manage.html.erb in freeberry-0.3.0
- old
+ new
@@ -2,22 +2,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<%= csrf_meta_tag %>
<title><%= t('manage.page_title') %></title>
- <%= stylesheet_link_tag "manage/main" %>
+ <%= stylesheet_link_tag "manage/main", "fancybox/jquery.fancybox-1.3.4" %>
<%= stylesheet_link_tag "smoothness/jquery-ui-1.8.6.custom" %>
<!--[if lt IE 7]><%= stylesheet_link_tag "manage/ie" %><![endif]-->
<script src="https://www.google.com/jsapi?key=" type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<![CDATA[
- google.load("jquery", "1.4.4");
+ google.load("jquery", "1.5.1");
google.load("jqueryui", "1.8.6");
google.load("swfobject", "2.2");
//]]>
</script>
+ <%= javascript_include_tag "jquery.tmpl.min", "jquery.fancybox-1.3.4.pack" %>
<%= javascript_include_tag :ckeditor, "preloader", "rails", "wp_cookie", "manage" %>
<%= yield(:head)%>
</head>
<body>
<div class="main">