Sha256: 69eecf77597c7e7344638db142d08d8b2dd3ba986d7b96e0aa608176ace14025

Contents?: true

Size: 672 Bytes

Versions: 10

Compression:

Stored size: 672 Bytes

Contents

- content_for :sidebar do
  .space
    %h3 Filters
    - form_for event_group_filter, :url => whoops_event_groups_path, :html => {:method => "get"} do |f|
      %ul.filter_selects
        - filter_options.each do |field_name, options|
          %li= f.select field_name, options_from_collection_for_select(options, :first, :last, event_group_filter.send(field_name))
        %li
          %button#reset reset
  .space
    %h3 Keyword Search
    - form_tag whoops_event_groups_path, :method => "get" do |f|
      %ul.search
        %li= text_field_tag :query
        %li= submit_tag "Submit"
%article.module.width_full
  %header
    %h3 Events
  = render :partial => 'list'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whoops-0.1.10 app/views/event_groups/index.html.haml
whoops-0.1.9 app/views/event_groups/index.html.haml
whoops-0.1.8 app/views/event_groups/index.html.haml
whoops-0.1.7 app/views/event_groups/index.html.haml
whoops-0.1.6 app/views/event_groups/index.html.haml
whoops-0.1.5 app/views/event_groups/index.html.haml
whoops-0.1.4 app/views/event_groups/index.html.haml
whoops-0.1.3 app/views/event_groups/index.html.haml
whoops-0.1.2 app/views/event_groups/index.html.haml
whoops-0.1.1 app/views/event_groups/index.html.haml