18 lines
363 B
Text
18 lines
363 B
Text
|
|
<link rel="stylesheet" href="/assets/tests/qunit-1.21.0.css">
|
|
<%= javascript_include_tag "/assets/tests/qunit-1.21.0.js", "/assets/tests/form_find.js", nonce: true %>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
padding-top: 0px;
|
|
}
|
|
</style>
|
|
|
|
<%= javascript_tag nonce: true do -%>
|
|
<% end -%>
|
|
|
|
<div id="qunit" class="u-dontfold"></div>
|
|
|
|
<div>
|
|
<div id="forms"></div>
|
|
</div>
|