orbit-basic/app/views/layouts/module_widget.html.erb

15 lines
264 B
Plaintext
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<!--[if lt IE 9]>
2012-03-21 07:51:55 +00:00
<%= javascript_include_tag "html5" %>
<![endif]-->
2012-02-20 07:56:17 +00:00
<%#= stylesheet_link_tag "module_widget" %>
<%= javascript_include_tag "module_widget" %>
<%= csrf_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>