There was an error while loading. Please reload this page.
1 parent 59d8c2c commit 80579b0Copy full SHA for 80579b0
app/views/cms/forms/_form.html.erb
@@ -41,7 +41,8 @@
41
<% end %>
42
<%# Can't have a form inside a form, so this must go into the head. %>
43
<%= content_for :html_head do %>
44
- <div id="modal-edit-field" class="modal modal-content" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">
+ <div id="modal-edit-field" class="modal" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">
45
+ <div class="modal-content"></div>
46
</div>
47
48
<div id="modal-confirm-delete-field" class="modal modal-content" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">
0 commit comments