mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
parent
71102bb5e8
commit
f50a788806
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<td><%= price.zone_name %></td>
|
<td><%= price.zone_name %></td>
|
||||||
<td><%= price.duration.sub('mons', 'months') %></td>
|
<td><%= price.duration.sub('mons', 'months') %></td>
|
||||||
<td><%= price.operation_category %></td>
|
<td><%= price.operation_category %></td>
|
||||||
<td><%= currency(price.price) %></td>
|
<td><%= number_to_currency price.price %></td>
|
||||||
<td><%= l price.valid_from, format: :date %></td>
|
<td><%= l price.valid_from, format: :date %></td>
|
||||||
<td><%= l price.valid_to, format: :date %></td>
|
<td><%= l price.valid_to, format: :date %></td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue