Sha256: 47434da1518bd94fd7e68384eee1ed15ba173966b242bc5434a3bd2954d6dbf1
Contents?: true
Size: 814 Bytes
Versions: 24
Compression:
Stored size: 814 Bytes
Contents
%div._nest-editor .nest-header.d-flex.ml-2 %h5.mt-1 = ref_type.capitalize .ml-auto = link_to fa_icon(:close), path: "#", "data-dismiss": editor_mode, class: "text-dark p-1 ml-1" .form = haml_partial "#{ref_type}_editor", snippet: snippet .card-footer.p-0 .preview.mx-1.my-1.form-control-feedback = text_field_tag "preview", snippet.raw, class: "_#{ref_type}-preview w-100 text-muted", readonly: true %hr.mt-1.mb-1 .form-group-inline.d-flex.justify-content-center.py-2 = button_tag (modal_tm_snippet_editor? ? "Apply and Close" : "Apply"), apply_opts.merge(class: "_#{ref_type}-apply btn-sm mr-3") %a.border-light.text-dark.btn.btn-sm.btn-outline-secondary{"data-dismiss": editor_mode, href: "#"} = modal_tm_snippet_editor? ? "Cancel" : "Close"
Version data entries
24 entries across 24 versions & 2 rubygems