Sha256: 6581bad133a175404c1de0123baaa47ab59d7f8b560181e143670eeab4f36c1d
Contents?: true
Size: 1.94 KB
Versions: 32
Compression:
Stored size: 1.94 KB
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet" /> <script data-turbolinks-track="true" src="/assets/application.js"></script> </head> <body> <h1>FormTagHelper</h1> <h2>Buttons</h2> <form accept-charset="UTF-8" action="/posts" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> <span style="color: red;"></span> <input id="post_body" name="post[body]" type="text" /> <table> <tbody> <tr> <td><input data-with-popup="true" name="commit" type="submit" value="submit_tag" /></td> <td><input data-with-popup-features="width=300,height=200" data-with-popup="true" name="commit" popup_features="width=300,height=200" type="submit" value="submit_tag (with popup_features)" /></td> <td><input data-confirm="Are you sure?" data-with-popup="true" name="commit" type="submit" value="submit_tag (with confirm)" /></td> <td><input alt="Submit" data-with-popup="true" src="/assets/submit.png" type="image" width="100" /></td> <td><button data-with-popup="true" name="button" type="submit">button_tag</button></td> <td><form action="/posts/new" class="button_to" method="post"><div><input data-with-popup="true" type="submit" value="button_to" /></div></form></td> </tbody> </table> <input id="view" name="view" type="hidden" value="form_tag_helper" /> </form> <h2>Links (without error)</h2> <a data-method="post" data-with-popup="true" href="/posts?post%5Bbody%5D=OK" rel="nofollow">link_to</a> <a data-method="post" data-with-popup="true" href="/posts?post%5Bbody%5D=OK" rel="nofollow">link_to_if</a> <a data-method="post" data-with-popup="true" href="/posts?post%5Bbody%5D=OK" rel="nofollow">link_to_unless</a> <a data-method="post" data-with-popup="true" href="/posts?post%5Bbody%5D=OK" rel="nofollow">link_to_unless_current</a> </body> </html>
Version data entries
32 entries across 8 versions & 1 rubygems