bookyt_salary 0.12.0 → 0.12.1

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