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

15 lines
317 B
Text
Raw Normal View History

2014-07-27 22:24:42 +00:00
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/ui.js", nonce: true %>
2014-07-27 22:24:42 +00:00
<style type="text/css">
body {
padding-top: 0px;
}
</style>
<%= javascript_tag nonce: true do -%>
<% end -%>
2014-07-27 22:24:42 +00:00
2015-06-10 09:24:08 +00:00
<div id="qunit" class="u-dontfold"></div>