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.167 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.149 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.147 app/views/renalware/transplants/registration_statuses/_list.html.slim
renalware-core-2.0.146 app/views/renalware/transplants/registration_statuses/_list.html.slim