Sha256: 25af04ef16c76a1ba677044d72e00e73b98f29c2aa05666f5ef3b75d4c53f4c5
Contents?: true
Size: 654 Bytes
Versions: 157
Compression:
Stored size: 654 Bytes
Contents
= within_patient_layout(title: t("new_record.page_title"), breadcrumbs: breadcrumb_for("Clinic Visits", patient_clinic_visits_path(patient))) do .document = simple_form_for [patient, clinic_visit], as: :clinic_visit, url: patient_clinic_visits_path(patient), html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| input(type="hidden" name="clinic_visit[built_from_appointment_id]" value="#{built_from_appointment&.id}") = render "form", f: f = f.submit "Save", class: "button" span= " or " = link_to "cancel", patient_clinic_visits_path(patient)
Version data entries
157 entries across 157 versions & 1 rubygems