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

17 lines
360 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" %>
2012-05-13 13:55:39 +00:00
<%#= javascript_include_tag "#{@app_title}/module_widget" %>
<%= yield :page_specific_javascript %>
<%= csrf_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>