bookyt_salary 0.16.4 → 0.16.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  = f.inputs t_title(:list, SalaryItem) do
2
- %table.zebra-striped.nested-form-container.collection
2
+ %table.zebra-striped.salary_items.collection.nested-form-container
3
3
  %thead
4
4
  = render 'salary_items/list_header', :template => f.object
5
5
  %tbody.sortable
@@ -1,2 +1,2 @@
1
- $('#salary_items tbody').append('<%=j render 'salary_item_form' %>');
1
+ $('.salary_items.collection tbody').append('<%=j render 'salary_item_form' %>');
2
2
  initializeBehaviours();
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.16.4'
2
+ VERSION = '0.16.5'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
4
+ hash: 85
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 16
9
- - 4
10
- version: 0.16.4
9
+ - 5
10
+ version: 0.16.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"