Sha256: 75ced6f5f4cc2f7daa8af60b06c321f8345d5febc90ad22930cbd7bc2acc9e10

Contents?: true

Size: 776 Bytes

Versions: 12

Compression:

Stored size: 776 Bytes

Contents

.row.align-items-center.mb-4.ms-1
  .col-9
    .input-group{class: [snippet.field? ? "show-prefix" : "hide-prefix"]}
      .input-group-text.text-muted._field-indicator
        +
      = text_field_tag "link_name", snippet.name,
        class: "form-control _link-target _autocomplete",
        placeholder: "URL or Card name",
        "data-options-card": [:all, :by_name].to_name

  .col-3
    = check_box_tag :field, "field", snippet.field?,
                    class: "_link-field-toggle", id: "link-editor-field"
    %label.form-check-label{for: "link-editor-field"} field

.row.align-items-center.mb-4.ms-1.me-1
  .col-12
    %label.form-check-label{for: "link_title"} Text to display
    = text_field_tag "link_title", snippet.title, class: "form-control _link-title"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-mod-tinymce_editor-0.18.1 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.18.0 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.17.0 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.16.0 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.6 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.5 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.4 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.3 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.2.pre1 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.1.1 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.1 set/all/reference_editor/_link_editor.haml
card-mod-tinymce_editor-0.15.0 set/all/reference_editor/_link_editor.haml