Sha256: 2299839352345f322e0f242f4ff11ce3a846f528fb596df73478c7c5c62a6aa0
Contents?: true
Size: 1.11 KB
Versions: 127
Compression:
Stored size: 1.11 KB
Contents
ruby: back_path = patient_accesses_dashboard_path(patient) .row.top .medium-6.columns = f.button :submit span= " 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 span= " or " = link_to "cancel", back_path
Version data entries
127 entries across 127 versions & 1 rubygems