mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:17:30 +08:00
17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>QUnit Test Runner</title>
|
|
<%= stylesheet_link_tag "test_helper" %>
|
|
<%= javascript_include_tag "test_helper" %>
|
|
<%= csrf_meta_tags %>
|
|
<script src="<%= ExtraLocalesController.url('admin') %>"></script>
|
|
<meta property="og:title" content="">
|
|
<meta property="og:url" content="">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
</body>
|
|
</html>
|