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

Version Path
tax_jp-1.2.12 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.11 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.10 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.9 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.8 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.7 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.6 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.5 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.4 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.3 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.2 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.1 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.2.0 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.12 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.11 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.10 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.9 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.8 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.7 app/views/tax_jp/employment_insurances/index.html.erb
tax_jp-1.1.6 app/views/tax_jp/employment_insurances/index.html.erb