-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch_result.html
More file actions
69 lines (61 loc) · 2.68 KB
/
search_result.html
File metadata and controls
69 lines (61 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!-- BEGIN app/views/layouts/application.html.erb
--><!DOCTYPE html>
<html>
<head>
<title>Two Rivers Reporter</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Two Rivers Reporter">
<meta name="mobile-web-app-capable" content="yes">
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="UyAziLUT_0lEtZku5cilF-KUPbg23MuaFFjyRFELgnxqYHpQLJ5kX0N4H8mkiR00MBeUcX-rB-XTvuDayCaXZw" />
<link rel="icon" href="/icon.png" type="image/png">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">
<link rel="stylesheet" href="/assets/application-8b441ae0.css" data-turbo-track="reload" />
<script type="importmap" data-turbo-track="reload">{
"imports": {
"application": "/assets/application-bfcdf840.js",
"@hotwired/turbo-rails": "/assets/turbo.min-ad2c7b86.js",
"@hotwired/stimulus": "/assets/stimulus.min-4b1e420e.js",
"@hotwired/stimulus-loading": "/assets/stimulus-loading-1fc53fe7.js",
"controllers/application": "/assets/controllers/application-3affb389.js",
"controllers/hello_controller": "/assets/controllers/hello_controller-708796bd.js",
"controllers": "/assets/controllers/index-ee64e1f1.js"
}
}</script>
<link rel="modulepreload" href="/assets/application-bfcdf840.js">
<link rel="modulepreload" href="/assets/turbo.min-ad2c7b86.js">
<link rel="modulepreload" href="/assets/stimulus.min-4b1e420e.js">
<link rel="modulepreload" href="/assets/stimulus-loading-1fc53fe7.js">
<link rel="modulepreload" href="/assets/controllers/application-3affb389.js">
<link rel="modulepreload" href="/assets/controllers/hello_controller-708796bd.js">
<link rel="modulepreload" href="/assets/controllers/index-ee64e1f1.js">
<script type="module">import "application"</script>
</head>
<body>
<!-- BEGIN app/views/meetings/index.html.erb
--><h1>Meetings</h1>
<form action="/meetings" accept-charset="UTF-8" method="get">
<div style="margin-bottom: 20px;">
<input value="concession" placeholder="Search documents..." style="width: 300px; padding: 5px;" type="text" name="q" id="q" />
<input type="submit" name="commit" value="Search" style="padding: 5px;" data-disable-with="Search" />
<a style="margin-left: 10px;" href="/meetings">Clear</a>
</div>
</form>
<table>
<thead>
<tr>
<th>Date</th>
<th>Body</th>
<th>Status</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<!-- END app/views/meetings/index.html.erb -->
</body>
</html>
<!-- END app/views/layouts/application.html.erb -->