app/views/layouts/quic_cms/application.html.erb in quic_cms-0.1.1 vs app/views/layouts/quic_cms/application.html.erb in quic_cms-0.1.2
- old
+ new
@@ -7,10 +7,10 @@
<%= javascript_include_tag "quic_cms/ckeditor/ckeditor.js" %>
<%= csrf_meta_tags %>
<%= yield(:head) %>
</head>
<body>
-
+ <%= render :partial => 'quic_cms/shared/top_menu' %>
<%= yield %>
</body>
</html>