Sha256: a8dbe3433c7a9005303a208706f45562a96622937560eeb5207875b6056edfa3

Contents?: true

Size: 929 Bytes

Versions: 42

Compression:

Stored size: 929 Bytes

Contents

article.status-history.secondary
  header
    h3 Status History

    ul
      li= link_to "Update Status",
                  new_patient_transplants_registration_status_path(patient),
                  class: "button"

  table
    thead
      th
      th Start Date
      th Status
      th By
      th Termination Date
    tbody
      - registration.statuses.reversed.each do |status|
        tr
          td
            = link_to "Edit",
                edit_patient_transplants_registration_status_path(patient, status)
            = pipe_separator
            = link_to "Delete",
                patient_transplants_registration_status_path(patient, status),
                method: :delete,
                data: { confirm: I18n.t("prompts.confirm_delete") }
          td= l status.started_on
          td= status.description
          td= status.updated_by.to_s
          td= l status.terminated_on if status.terminated_on

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
renalware-core-2.0.24 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.23 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.22 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.21 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.20 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.18 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.17 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.16 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.15 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.14 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.13 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.12 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.11 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.9 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.8 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.7 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.5 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.4 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.3 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.2 app/views/renalware/transplants/registration_statuses/_list.html.slim