bookyt_stock 0.5.5 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,11 @@
1
- = semantic_form_for resource do |f|
2
- = f.semantic_errors
3
- = f.inputs do
4
- = f.input :state, :collection => stock_states_as_collection
5
- = f.input :title, :input_html => {'data-autofocus' => true}
6
- = f.input :amount
7
- = f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
1
+ = simple_form_for resource do |f|
2
+ = f.input :state, :collection => stock_states_as_collection
3
+ = f.input :title, :input_html => {'data-autofocus' => true}
4
+ = f.input :amount
5
+ = f.input :remarks, :input_html => {:rows => 4}
8
6
 
9
- = f.inputs t('title.invoices') do
10
- = f.input :purchase_invoice, :input_html => {:class => 'combobox'}
11
- = f.input :selling_invoice, :input_html => {:class => 'combobox'}
7
+ %h3= t('title.invoices')
8
+ = f.input :purchase_invoice, :input_html => {:class => 'combobox'}
9
+ = f.input :selling_invoice, :input_html => {:class => 'combobox'}
12
10
 
13
- = f.buttons do
14
- = f.commit_button
11
+ = f.button :submit
@@ -1,3 +1,3 @@
1
1
  module BookytStock
2
- VERSION = '0.5.5'
2
+ VERSION = '0.6.0'
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: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
9
- - 5
10
- version: 0.5.5
8
+ - 6
9
+ - 0
10
+ version: 0.6.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"