Sha256: 9b32ce08bc939e6fbfe95a97ae2ed594b7c0b66c026e98b1ebbc12cc7ddc96d7

Contents?: true

Size: 604 Bytes

Versions: 7

Compression:

Stored size: 604 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
      = render(:partial => "filters/filters", :locals => {:filter => session[:event_group_filter]} )
  .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

7 entries across 7 versions & 1 rubygems

Version Path
whoops-0.5.5 app/views/event_groups/index.html.haml
whoops-0.5.4 app/views/event_groups/index.html.haml
whoops-0.5.3 app/views/event_groups/index.html.haml
whoops-0.5.2 app/views/event_groups/index.html.haml
whoops-0.5.1 app/views/event_groups/index.html.haml
whoops-0.5.0 app/views/event_groups/index.html.haml
whoops-0.4.0 app/views/event_groups/index.html.haml