Sha256: 75f6811088a67378951a9d02d5c742c378123b2d1b5d18d6337841510484ced7

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

article.vaccinations
  header
    h2= t(".title")

    = link_to t("btn.add"),
          new_patient_virology_vaccination_path(patient),
          class: "button right"

  - toggle_prefix ||= "investigation"

  = render "renalware/events/events/table",
           events: vaccinations,
           exclude_type_column: true
           / #edit_proc: ->(vaccination) { edit_patient_vaccination_path(patient, vaccination) },

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/virology/vaccinations/_list.html.slim
renalware-core-2.1.0 app/views/renalware/virology/vaccinations/_list.html.slim