bookyt_stock 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
  = f.input :state, :collection => stock_states_as_collection
5
5
  = f.input :title, :input_html => {'data-autofocus' => true}
6
6
  = f.input :amount
7
- = f.input :remarks, :input_html => {:rows => 4}
7
+ = f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
8
8
 
9
9
  = f.inputs t('title.invoices') do
10
10
  = f.input :purchase_invoice, :input_html => {:class => 'combobox'}
@@ -1,7 +1,7 @@
1
1
  - content_for :sidebar do
2
2
  .sub-tabs
3
3
  %h3 Filter
4
- %ul.pager
4
+ %ul.filter_style
5
5
  %li= link_to t('bookyt.all'), url_for(params.merge(:by_state => 'all'))
6
6
  - for state in Stock::STATES
7
7
  %li= link_to t(state, :scope => 'stock.state'), url_for(params.merge(:by_state => state))
@@ -1,3 +1,3 @@
1
1
  module BookytStock
2
- VERSION = '0.5.4'
2
+ VERSION = '0.5.5'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_stock
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 4
10
- version: 0.5.4
9
+ - 5
10
+ version: 0.5.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-26 00:00:00 Z
18
+ date: 2012-04-03 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: This plugin extends bookyt with asset/stock functionality.