trabajo-afectivo/app/views/tests/core.html.erb

15 lines
319 B
Text
Raw Normal View History

2016-02-15 16:50:35 +00:00
<link rel="stylesheet" href="/assets/tests/qunit-1.21.0.css">
<%= javascript_include_tag "/assets/tests/qunit-1.21.0.js", "/assets/tests/core.js", nonce: true %>
2012-11-23 08:36:12 +00:00
<style type="text/css">
body {
padding-top: 0px;
}
</style>
<%= javascript_tag nonce: true do -%>
<% end -%>
2012-11-23 08:36:12 +00:00
2015-06-10 09:24:08 +00:00
<div id="qunit" class="u-dontfold"></div>
2013-06-16 12:15:58 +00:00