Sha256: 6fd0813fd5824af1d6afbcbe10ad4929127ace7a1f6798e40ac73059147887a5
Contents?: true
Size: 803 Bytes
Versions: 6
Compression:
Stored size: 803 Bytes
Contents
<html> <head> <link type="text/css" rel="stylesheet" href="/app.css" /> </head> <body> <table> <tr> <th>Key</th> <th>Value</th> </tr> <% @list.each do |rec| %> <tr> <td><%= rec['key'] %></td> <td><%= rec['value'] %></td> </tr> <% end %> </table> <form action="/" method="POST" > <label for="key">Key</label> <input type="text" name="key"><br> <label for="value">Value</label> <input type="text" name="value"><br> <input type="hidden" name="return_to" value="/two" /> <input type="submit" /> </form> <esi:try> <esi:attempt> <esi:include src="/stats" /> </esi:attempt> <esi:except> </esi:except> </esi:try> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bum-0.0.17 | views/two.erb |
bum-0.0.16 | views/two.erb |
bum-0.0.15 | views/two.erb |
bum-0.0.14 | views/two.erb |
bum-0.0.13 | views/two.erb |
bum-0.0.12 | views/two.erb |