whoops 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
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
|
Binary file
|
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
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-
|
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
|