Sha256: 65165a28b5b53dd899df8da01d3335749e535bf374027f87c4ddbeaa2bcbca37

Contents?: true

Size: 1010 Bytes

Versions: 57

Compression:

Stored size: 1010 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.col-width-medium
      th.col-width-date Start Date
      th.col-width-date End Date
      th Status
      th By

    tbody
      - registration.statuses.reversed.each do |status|
        tr
          td
            = link_to("Toggle",
                      "#status-quick-preview-#{status.id}",
                      data: { behaviour: "toggler" })
          td= l(status.started_on)
          td= l(status.terminated_on) if status.terminated_on
          td= status.description
          td= status.updated_by.to_s

        = content_tag(:tr, id: "status-quick-preview-#{status.id}", style: "display: none")
          td(colspan=5)
            .quick-preview
              dl.dl-horizontal
                dt Notes
                dd= simple_format status.notes

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
renalware-core-2.0.125 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.124 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.123 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.121 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.120 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.119 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.118 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.117 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.116 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.115 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.113 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.112 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.111 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.110 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.109 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.108 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.106 app/views/renalware/transplants/registration_statuses/_list.html.slim