mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
15 lines
No EOL
638 B
Text
15 lines
No EOL
638 B
Text
<div class="modal fade" id="user-form-edit" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
|
|
<div class="modal-dialog modal-lg" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLongTitle">Select reserved domains</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<%= render template: 'admin/reserved_domains/index' %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |