Sha256: 22078473b6d616b2296140b424838ae5087cf0a1701a4c51d74aae00fb88af16
Contents?: true
Size: 774 Bytes
Versions: 23
Compression:
Stored size: 774 Bytes
Contents
<br/> <div class="display-inline-block search_select_input"> <%= label(:time_format, "Time format:") %> <%= select_tag(:time_format, options_for_select([["Lexically", :lexically], ["Timestamp", :timestamp]])) %> </div> <div class="display-inline-block"> <%= label_tag :visible, 'Show deleted:' %> <%= check_box_tag("show[deleted]", true, false, { class: 'datatable_variable' }) %> </div> <% content_for :javascripts do %> <script type='text/javascript'> jQuery(document).ready(function() { jQuery("#show_deleted").change(function () { SetFirstPage(); return false; }); jQuery("#time_format").change(function () { SetFirstPage(); return false; }); }); </script> <% end %>
Version data entries
23 entries across 23 versions & 1 rubygems