Files
compiler-explorer/views/popups/sharelinkdialog.pug
Matt Godbolt e6de1495df Fix the embedded iframe buttons. Note to future selves: try and avoid… (#7606)
… styles as code indicators ... mea culpa
2025-04-24 15:06:45 -05:00

26 lines
1.5 KiB
Plaintext

#sharelinkdialog.modal.fade.gl_keep(tabindex="-1" role="dialog")
.modal-dialog.modal-lg
.modal-content
.modal-header
h5.modal-title Share
button.btn-close(type="button" data-bs-dismiss="modal" aria-hidden="true" aria-label="Close")
.modal-body
.card
.card-body
.container
label.form-label.visually-hidden(for="share-permalink") Share URL
.input-group
input.form-control.permalink#share-permalink(type="text" placeholder="Loading" readonly size="1024" aria-describedby="share-permalink-help")
button.btn.btn-outline-secondary.clippy(type="button" data-clipboard-target="#sharelinkdialog .permalink" title="Copy to clipboard" aria-label="Copy to clipboard")
span.fa.fa-clipboard
small.form-text.text-muted#share-permalink-help Use this URL to share your code with others
#embedsettings.mb-3(role="group")
.form-check
input.form-check-input(type="checkbox" id="share-checkbox-readonly" data-option="readOnly")
label.form-check-label(for="share-checkbox-readonly") Read Only
.form-check
input.form-check-input(type="checkbox" id="share-checkbox-hideEditorToolbars" data-option="hideEditorToolbars")
label.form-check-label(for="share-checkbox-hideEditorToolbars") Hide Editor Toolbars
if sharingEnabled
.socialsharing.mt-2