Sha256: db0affa4206e4f958b4340de96280fae5f75bb71374264bfd16b9d0bee866587
Contents?: true
Size: 1.64 KB
Versions: 4
Compression:
Stored size: 1.64 KB
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link rel="stylesheet" media="all" href="/assets/application.css" /> <script src="/assets/application.js"></script> </head> <body> <h1>Category#new</h1> <form class="new_category" id="new_category" action="/categories" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /> <p> <label for="category_name">Name</label> <input type="text" name="category[name]" id="category_name" /> </p> <p> <label for="category_parent_id">Parent</label> <input data-pre="[]" value="" id="category_parent_id" type="text" name="category[parent_id]" /><script type="text/javascript"> jQuery.noConflict(); jQuery(function() { jQuery('#category_parent_id').tokenInput('/categories/token', { crossDomain: false, tokenLimit: 1, preventDuplicates: true, prePopulate: jQuery('#parent_id').data('pre'), theme: 'facebook', hintText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.hint_text">Hint Text</span>', searchingText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.searching_text">Searching Text</span>', noResultsText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.no_results_text">No Results Text</span>', onAdd: false, onDelete: false }); }); </script> </p> <input type="submit" name="commit" value="Create Category" /> </form><a href="/categories">Listing</a> </body> </html>
Version data entries
4 entries across 1 versions & 1 rubygems