Sha256: c2e405864f956616daed6d4ffac32850c99ca3e5c4232858bf495505f7289e38
Contents?: true
Size: 1.1 KB
Versions: 31
Compression:
Stored size: 1.1 KB
Contents
<div class="py-2 px-4"> <table class="table table-striped table-bordered table-hover table-sm"> <thead class="thead-light"> <tr> <th rowspan="2" class="align-middle">適用開始日</th> <th rowspan="2" class="align-middle">適用終了日</th> <th colspan="2">一般</th> <th colspan="2">農林水産・清酒製造</th> <th colspan="2">建設</th> </tr> <tr> <th>労働者負担</th> <th>事業主負担</th> <th>労働者負担</th> <th>事業主負担</th> <th>労働者負担</th> <th>事業主負担</th> </tr> </thead> <tbody> <% @employment_insurances.each do |ei| %> <tr> <td><%= ei.valid_from %></td> <td><%= ei.valid_until %></td> <td><%= ei.employee_general %></td> <td><%= ei.employer_general %></td> <td><%= ei.employee_agric %></td> <td><%= ei.employer_agric %></td> <td><%= ei.employee_const %></td> <td><%= ei.employer_const %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
31 entries across 31 versions & 1 rubygems