Sha256: 3777fef6c59189d205d3c4cc70d84bd80356953d3a47fbaa213659f81dc68081

Contents?: true

Size: 721 Bytes

Versions: 9

Compression:

Stored size: 721 Bytes

Contents

article.access-profiles
  header
    h2 Access Profile History
    =link_to "Add Profile",
            new_patient_accesses_profile_path(@patient),
            class: "button"

  table.auto-layout
    thead
      th
      th Formed On
      th Start Date
      th Term. Date
      th Type
      th Side

    tbody
      - @profiles.each do |profile|
        tr
          td
            = link_to "View", patient_accesses_profile_path(@patient, profile)
            = pipe_separator
            = link_to "Edit", edit_patient_accesses_profile_path(@patient, profile)
          td= profile.formed_on
          td= profile.started_on
          td= profile.terminated_on
          td= profile.type
          td= profile.side

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/accesses/profiles/_list.html.slim