Sha256: f7c691924b02f6dc76cc1eea0794c7585c110ed41088a6246373fcb4944bfe99

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

article.access-procedures
  header
    h2 Procedure History
    = link_to "Add Procedure",
              new_patient_accesses_procedure_path(@patient),
              class: "button"

  table.auto-layout
    thead
      th.col-width-small
      th.col-width-date Performed
      th Procedure
      th.col-width-tiny Side
      th Performed By
      th.col-width-date First Use
      th Notes
      th Outcome

    tbody
      - @procedures.each do |procedure|
        tr
          td
            = link_to "View", patient_accesses_procedure_path(@patient, procedure)
            = pipe_separator
            = link_to "Edit", edit_patient_accesses_procedure_path(@patient, procedure)
          td= procedure.performed_on
          td= procedure.type&.long_name
          td= procedure.side
          td= procedure.performed_by
          td= procedure.first_used_on
          td.col-width-mediumish-with-ellipsis(title=procedure.notes)=procedure.notes
          td.col-width-mediumish-with-ellipsis(title=procedure.outcome)=procedure.outcome

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.9 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.8 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.7 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.5 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.4 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.3 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.2 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.1 app/views/renalware/accesses/procedures/_list.html.slim
renalware-core-2.0.0 app/views/renalware/accesses/procedures/_list.html.slim