Sha256: 2444078f66fb9f54999aa837fd3082e165260fe72519d46825d7192e70e9a3bf
Contents?: true
Size: 898 Bytes
Versions: 75
Compression:
Stored size: 898 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_definition_id, collection: Renalware::HD::ScheduleDefinition.ordered, wrapper: :horizontal_small, 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
75 entries across 75 versions & 1 rubygems