Sha256: 926d43fe8727a3816a428433da779f462aeacd918dc460711714da83f54f43ee
Contents?: true
Size: 819 Bytes
Versions: 6
Compression:
Stored size: 819 Bytes
Contents
ruby: back_path = patient_hd_dashboard_path(@patient) .form-content = render layout: "renalware/shared/fieldset", locals: { legend: "Preferences", name: "preferences" } do = f.input :schedule, input_html: { class: "small-input" }, autofocus: true = f.input :other_schedule, input_html: { class: "small-input" } = f.association :hospital_unit, as: :grouped_select, group_method: :hd_sites, collection: Renalware::Hospitals::Centre.with_hd_sites.ordered, label_method: :to_s = f.input :entered_on, as: :date_picker = f.input :notes, as: :text, input_html: { rows: 5 } .row .large-12.columns = f.button :submit span= " or " = link_to "cancel", back_path
Version data entries
6 entries across 6 versions & 1 rubygems