<%= 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" %>
  Regex Options
Option Notes
i case insensitive
m make dot match newlines
x ignore whitespace in regex
<%= link_to 'Auto Scroll (ON)', '#', id: :auto_scroll %>
<%= label_tag :auto_update, 'Grep:' %> <%= check_box_tag :grep, 1, false, id: :grep %>