mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
c61956827e
commit
9819a3c216
1 changed files with 18 additions and 22 deletions
|
@ -8,30 +8,26 @@
|
|||
<h4 class="modal-title"><%= t '.title' %></h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<%= form_tag admin_domain_force_delete_path(domain), id: 'domain-force-delete-form',
|
||||
class: 'form-horizontal' do %>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-9 col-md-offset-2">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<%= check_box_tag 'notify_by_email', 1, true %>
|
||||
<%= t '.notify_by_email' %>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<%= form_tag admin_domain_force_delete_path(domain), id: 'domain-force-delete-form',
|
||||
class: 'modal-body form-horizontal' do %>
|
||||
<div class="form-group">
|
||||
<div class="col-md-9 col-md-offset-3">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<%= check_box_tag 'notify_by_email', 1, true %>
|
||||
<%= t '.notify_by_email' %>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label"><%= t '.email_template' %>:</label>
|
||||
<div class="col-sm-9">
|
||||
<%= select_tag 'template_name', options_for_select(templates), class: 'form-control' %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><%= t '.email_template' %>:</label>
|
||||
<div class="col-md-9">
|
||||
<%= select_tag 'template_name', options_for_select(templates), class: 'form-control' %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%= t '.close_btn' %></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue