Sha256: 5f389a1dacebe2db29cc2b9f1ceeb9abc7b29ff75f4dafd974b72cb0112d5be1
Contents?: true
Size: 863 Bytes
Versions: 11
Compression:
Stored size: 863 Bytes
Contents
- content_for :sidebar do .space %h3 Filters = form_for event_group_filter, :url => whoops_event_groups_path, :html => {:method => "get"} do |f| = hidden_field_tag 'updating_filters', true - filter_options.each do |field_name, options| %h4= field_name %ul.filter_selects.inputs-list - options.each do |option| %li %label %input{:type => 'checkbox', :name => "whoops_filter[#{field_name}][#{option}]", :checked => filter_checked?(field_name, option)} = option .space %h3 Keyword Search = form_tag whoops_event_groups_path, :method => "get" do |f| %ul.search.unstyled %li= text_field_tag :query %li= submit_tag "Submit", :class => "btn primary" %article.module.width_full %header %h3 Events = render :partial => 'list'
Version data entries
11 entries across 11 versions & 1 rubygems