best_boy 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -2,4 +2,5 @@
2
2
  .rvmrc
3
3
  .bundle
4
4
  Gemfile.lock
5
- pkg/*
5
+ pkg/*
6
+ gems/*
@@ -2,7 +2,6 @@
2
2
  <script src='https://www.google.com/jsapi'></script>
3
3
  <% end %>
4
4
 
5
-
6
5
  <%= form_tag best_boy_admin_charts_path, :method => :get, :id => "chart-form" do %>
7
6
  <div class="span3">
8
7
  <%= select_tag :owner_type, options_for_select([["Owner", nil]] + available_owner_types, :selected => params[:owner_type]), :onchange => "submit();" %>
@@ -34,7 +34,6 @@
34
34
  <div class="span12">
35
35
  <div class="well">
36
36
  <h3 class="pull-left">Detailed Statistics for <%= current_year %> per month</h3>
37
-
38
37
  <div class="pull-right">
39
38
  <%= form_tag best_boy_admin_details_path, :method => :get do %>
40
39
  <%= hidden_field_tag :owner_type, current_owner_type %>
@@ -20,6 +20,7 @@
20
20
  <input name="date" class="span2" size="16" type="text" value="<%= params[:date] %>" readonly="readonly">
21
21
  <span class="add-on"><i class="icon-th"></i></span>
22
22
  </div>
23
+ <%= hidden_field_tag :owner_type, current_owner_type %>
23
24
  <%= select_tag :event, options_for_select([["all Events", nil]] + available_events, :selected => current_event), :onchange => "submit();", :class => "span4" %>
24
25
  <% end %>
25
26
  </div>
@@ -30,8 +30,7 @@
30
30
 
31
31
  <div class="span12">
32
32
  <div class="well">
33
- <h3 class="pull-left">Statistics for <%= current_year %> per month</h3>
34
-
33
+ <h3 class="pull-left">Statistics for <%= current_year %> per month</h3>
35
34
  <div class="pull-right">
36
35
  <%= form_tag best_boy_admin_stats_path, :method => :get do %>
37
36
  <%= hidden_field_tag :owner_type, current_owner_type %>
Binary file
@@ -1,3 +1,3 @@
1
1
  module BestBoy
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: best_boy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christoph Seydel
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-28 00:00:00 +02:00
13
+ date: 2012-07-05 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency