noesya/osuny

View on GitHub
app/views/admin/communication/blocks/_offcanvas_editor.html.erb

Summary

Maintainability
Test Coverage
<div  class=" offcanvas
              offcanvas-end 
              content-editor__offcanvas" 
      tabindex="-1" 
      id="offcanvasEditor"
      aria-labelledby=offcanvasEditorLabel">
  <div class="offcanvas-header border-bottom">
    <h5 class="offcanvas-title"><%= t('admin.communication.blocks.editor.offcanvas.title') %></h5>
    <button type="button" 
            class="btn-close" 
            data-bs-dismiss="offcanvas" 
            aria-label="<%= t('admin.communication.blocks.editor.offcanvas.close') %>"></button>
  </div>
  <iframe id="offcanvasEditorIframe" class="content-editor__offcanvas__iframe" name="editor"></iframe>
</div>