Sha256: fce2a68c7f461944c543b4417fdca0090bef418e9c560372f38fa0ef656bfd98

Contents?: true

Size: 610 Bytes

Versions: 142

Compression:

Stored size: 610 Bytes

Contents

= content_for(:actions) do
  = link_to t("new_record.link_title"),
            new_patient_modality_path(patient),
            class: "button"

= within_patient_layout(title: "Modality History") do
  table
    thead
      tr
        th Modality
        th Notes
        th.col-width-date Start Date
        th.col-width-date.wide Termination Date
        th Added by

    tbody
      - modalities.each do |modality|
        tr
          td= modality.description.name
          td= modality.notes
          td= l modality.started_on
          td= l modality.ended_on
          td= modality.created_by.full_name

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.132 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.131 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.130 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.129 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.128 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.127 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.126 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.125 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.124 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.123 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.121 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.120 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.119 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.118 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.117 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.116 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.115 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.113 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.112 app/views/renalware/modalities/modalities/index.html.slim
renalware-core-2.0.111 app/views/renalware/modalities/modalities/index.html.slim