Sha256: 1f3d3284f02782b1eb5a57dcd33ab6ca0b6fa738b83ed7fa03ecbaa9b468031c
Contents?: true
Size: 449 Bytes
Versions: 7
Compression:
Stored size: 449 Bytes
Contents
= within_admin_layout(title: "New", breadcrumbs: breadcrumb_for("Patients", patients_path)) do .row = render "renalware/shared/errors", model: patient = simple_form_for patient, html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| = render "form", f: f, patient: patient = submit_tag "Save", class: "button" span= " or " = link_to "cancel", patients_path
Version data entries
7 entries across 7 versions & 1 rubygems