Sha256: 2fe5113ee1b67bcb15ef77defa2454be310c69dbcfb739e8dad5b78309ee6e42
Contents?: true
Size: 850 Bytes
Versions: 18
Compression:
Stored size: 850 Bytes
Contents
<%= text_field_tag :log_search, nil, placeholder: 'Search query' %> / <%= text_field_tag :regex_options, nil, placeholder: 'Regex options' %> <%= button_tag 'Regex Help', id: "regex_help" %> <div class="description"> <strong>Regex Options</strong> <table cellpadding="5"> <thead> <tr> <td><b>Option</b></td> <td><b>Notes</b></td> </tr> <tr> <td>i</td> <td>case insensitive</td> </tr> <tr> <td>m</td> <td>make dot match newlines</td> </tr> <tr> <td>x</td> <td>ignore whitespace in regex</td> </tr> </thead> </table> </div> <%= link_to 'Auto Scroll (ON)', '#', id: :auto_scroll %> <div> <%= label_tag :auto_update, 'Grep:' %> <%= check_box_tag :grep, 1, false, id: :grep %> </div> </br>
Version data entries
18 entries across 18 versions & 1 rubygems