scinote-web/app/views/shared/file_preview/_modal.html.erb

13 lines
284 B
Plaintext
Raw Normal View History

2020-10-19 21:23:34 +08:00
<div id="filePreviewModal"
class="modal modal-file-preview"
role="dialog"
tabindex="-1"
aria-labelledby="filePreviewModal"
2020-11-26 22:35:06 +08:00
data-backdrop="static"
aria-hidden="true">
2020-10-19 21:23:34 +08:00
<div class="modal-dialog">
<div class="modal-content">
</div>
</div>
</div>