Sha256: 750cd82818dcea19c88c58e3a1af864ac59db32810ad06edf6ce1b3a8b26eddc
Contents?: true
Size: 781 Bytes
Versions: 39
Compression:
Stored size: 781 Bytes
Contents
/ Link to launch the modal dialog = link_to("#", data: { "reveal-id" => "add-patient-bookmark-modal" }) do i.far.fa-link-annotation.fa-bookmark = link_text / The modal dialog #add-patient-bookmark-modal.reveal-modal.medium(data-reveal) = simple_form_for patient.bookmarks.new, html: { autocomplete: "off" }, url: patient_bookmarks_path(patient_id: patient) do |f| h2= t(".title") = f.input :urgent, as: :boolean, boolean_style: :inline = f.input :tags, label: "Tags" = f.input :notes, as: :text, input_html: { autofocus: :autofocus } = f.submit t(".save"), class: :button span= " or " = link_to t(".cancel"), "#", "aria-label" => "Close", class: "reveal-modal-close"
Version data entries
39 entries across 39 versions & 1 rubygems