Sha256: e1b1f0b194b90e14cc8725e1bdea795c6d20482ff8c30b1981ddd05655794fcc
Contents?: true
Size: 1.84 KB
Versions: 4
Compression:
Stored size: 1.84 KB
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Dummy</title> <link rel="stylesheet" media="all" href="/assets/application.css" data-turbolinks-track="true" /> <script src="/assets/application.js" data-turbolinks-track="true"></script> </head> <body> <script> $(".simple_form").submit(function (event) { $("<input type='text' value='" + + "' />") .attr("id", "roles") .attr("name", "roles") .appendTo(".simple_form"); }); </script> <form novalidate="novalidate" method="post" id="new_comments" data-remote="true" data-parent="null" class="simple_form new_comments" action="/commenteux/dummy_no_role_model/1?parent_div=" accept-charset="UTF-8"><div style="margin:0;padding:0;display:inline"><input type="hidden" value="✓" name="utf8" /></div> <div style="display:none"> <div class="control-group string optional comments_title"><label for="comments_title" class="string optional control-label">Title</label><div class="controls"><input type="text" value="" name="comments[title]" id="comments_title" class="string optional" /></div></div> </div> <div class="control-group text optional comments_comment"><label for="comments_comment" class="text optional control-label">Commentaire</label><div class="controls"><textarea name="comments[comment]" id="comments_comment" class="text optional"></textarea></div></div> <div class="form-actions form-actions-padding-sm"> <div class="row"> <div class="col-md-10 col-md-offset-5"> <button id="save" type="submit" class="btn btn-primary"> Enregistrer </button> <a id="new_notes_cancelled" href="#" data-roles="null" data-resource="dummy_no_role_model" data-parent="null" data-id="1" class="btn">Annuler</a> </div> </div> </div> </form> </body></html>
Version data entries
4 entries across 2 versions & 1 rubygems