whoops 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@
8
8
  %li
9
9
  %button#reset reset
10
10
  .space
11
- %h3 Search
11
+ %h3 Keyword Search
12
12
  - form_tag whoops_event_groups_path, :method => "get" do |f|
13
13
  %ul.search
14
14
  %li= text_field_tag :query
@@ -9,9 +9,14 @@
9
9
  - @events.each_with_index do |event, index|
10
10
  %li{:class => ("selected" if index == 0)}= link_to event.event_time.to_s(:whoops_default), event
11
11
  .space
12
- %h3 Search
12
+ %h3.info-revealer
13
+ Search
14
+ = image_tag "/images/_ui/icn_info.png"
13
15
  %form
14
16
  %ul
17
+ %li.info
18
+ For more on searching, see "Search Event Details" in the
19
+ = link_to "README", "https://github.com/flyingmachine/whoops/blob/master/README.asciidoc"
15
20
  %li= text_area_tag :query, params[:query]
16
21
  %li
17
22
  %button search
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoops
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Higginbotham
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-21 00:00:00 -04:00
18
+ date: 2011-07-22 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -266,6 +266,7 @@ files:
266
266
  - lib/generators/whoops/templates/assets/images/_ui/icn_edit.png
267
267
  - lib/generators/whoops/templates/assets/images/_ui/icn_edit_article.png
268
268
  - lib/generators/whoops/templates/assets/images/_ui/icn_folder.png
269
+ - lib/generators/whoops/templates/assets/images/_ui/icn_info.png
269
270
  - lib/generators/whoops/templates/assets/images/_ui/icn_jump_back.png
270
271
  - lib/generators/whoops/templates/assets/images/_ui/icn_logout.png
271
272
  - lib/generators/whoops/templates/assets/images/_ui/icn_new_article.png