mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Add current balance
This commit is contained in:
parent
b0b5cea585
commit
c0fc7ebca9
2 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
<%= form_with url: registrar_bulk_renew_path, multipart: true, class: 'form-horizontal' do |f|%>
|
||||
<%= render 'api_errors' %>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-2 control-label">
|
||||
<%= f.label :current_balance, t('.current_balance') %>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<%= number_to_currency current_registrar_user.registrar.balance %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-2 control-label">
|
||||
|
|
|
@ -35,3 +35,4 @@ en:
|
|||
filter_btn: Filter
|
||||
expire_date: Expire date until
|
||||
domain_ids: Domains for bulk renewal
|
||||
current_balance: Current balance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue