Sha256: ed23dd95db650c6f1ac09747d158febecd05f4956e3c103fbb0f60eccbb1343a
Contents?: true
Size: 1.1 KB
Versions: 19
Compression:
Stored size: 1.1 KB
Contents
ruby: back_path = patient_accesses_dashboard_path(patient) .row.top .medium-6.columns = f.button :submit ' or = link_to "cancel", back_path .form-content = render layout: "renalware/shared/fieldset", locals: { legend: "Access Profile", name: "profile" } do = f.association :type, collection: Renalware::Accesses::Type.relevant_to_access_profiles, wrapper: :horizontal_small, label_method: :to_s, autofocus: true = f.input :side, wrapper: :horizontal_small = f.input :formed_on, as: :date_picker, wrapper: :horizontal_datepicker = f.input :started_on, as: :date_picker, wrapper: :horizontal_datepicker = f.input :terminated_on, as: :date_picker, wrapper: :horizontal_datepicker = render layout: "renalware/shared/fieldset", locals: { legend: "Admin", name: "notes" } do = f.input :notes, as: :text, input_html: { rows: 5 }, wrapper: :horizontal_large .row .large-12.columns = f.button :submit ' or = link_to "cancel", back_path
Version data entries
19 entries across 19 versions & 1 rubygems