Require batch file in domain transfer form

#660
This commit is contained in:
Artur Beljajev 2018-01-26 01:54:37 +02:00
parent 627069e776
commit d24b5fb1be

View file

@ -4,7 +4,7 @@
<%= label_tag :batch_file %> <%= label_tag :batch_file %>
</div> </div>
<div class="col-md-7"> <div class="col-md-7">
<%= file_field_tag :batch_file %> <%= file_field_tag :batch_file, required: true %>
<span class="help-block"><%= t '.batch_file_help' %></span> <span class="help-block"><%= t '.batch_file_help' %></span>
</div> </div>
</div> </div>