Sha256: b4ee19acd530d2cfdd5c58f4b3ad998be3fab568a06063fe1e837f2bec0f7963

Contents?: true

Size: 722 Bytes

Versions: 11

Compression:

Stored size: 722 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

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/accesses/profiles/_list.html.slim