Sha256: f59ec4ae082b756d038320662216b5aade77c55cced9b067a8577e9f1aeea816
Contents?: true
Size: 834 Bytes
Versions: 13
Compression:
Stored size: 834 Bytes
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="text-center align-middle">耐用年数</th> <th rowspan="2" class="align-middle">定額法償却率</th> <th colspan="3">定率法</th> </tr> <tr> <th>償却率</th> <th>改定償却率</th> <th>保証率</th> </tr> </thead> <tbody> <% @depreciation_rates.each do |rate| %> <tr> <th class="text-center"><%= rate.durable_years %></th> <td><%= rate.fixed_amount_rate %></td> <td><%= rate.rate %></td> <td><%= rate.revised_rate %></td> <td><%= rate.guaranteed_rate %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
13 entries across 13 versions & 1 rubygems