bookyt_salary 0.17.2 → 0.17.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,5 @@
10
10
  %td.currency= salary_booking_template.amount
11
11
  %td= t('activerecord.attributes.salary_booking_template.saldo_inclusion_flags.' + salary_booking_template.amount_relates_to) if salary_booking_template.amount_relates_to.present?
12
12
  - SalaryBookingTemplate.saldo_inclusion_flags.each do |flag|
13
- %td= salary_booking_template.include_in_saldo_list.include?(flag) ? '<span class="label success">Ja</span>'.html_safe : ""
13
+ %td= salary_booking_template.include_in_saldo_list.include?(flag) ? boot_label('Ja', 'success').html_safe : ""
14
14
  %td.right= salary_booking_template.salary_declaration_code
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.17.2'
2
+ VERSION = '0.17.3'
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: 95
4
+ hash: 93
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 17
9
- - 2
10
- version: 0.17.2
9
+ - 3
10
+ version: 0.17.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"