Skip to content
Snippets Groups Projects
Commit 7292b96b authored by Arnaud Levy's avatar Arnaud Levy
Browse files

preview commands at the bottom

parent 82c0efaf
No related branches found
No related tags found
No related merge requests found
<div id="preview" class="preview modal fade preview--mobile">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content">
<div class="modal-header">
<div class="modal-body">
<iframe src="<%= request.path %>/preview" loading="lazy"></iframe>
</div>
<div class="modal-footer">
<h5 class="modal-title h4"><%= t 'preview.title' %></h5>
<div class="btn-group m-auto" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary preview__button" data-mode="mobile">
......@@ -19,9 +22,6 @@
</div>
<button type="button" class="btn-close ms-0" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe src="<%= request.path %>/preview" loading="lazy"></iframe>
</div>
</div>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment