Sha256: 755ae3a6b87966096946685e1e99aa987c9543bc936911986fd52bc742a27f0a

Contents?: true

Size: 795 Bytes

Versions: 105

Compression:

Stored size: 795 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.col-width-small
      th.col-width-date Formed On
      th.col-width-date Start Date
      th.col-width-date Term. Date
      th Type
      th.col-width-small 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

105 entries across 105 versions & 1 rubygems

Version Path
renalware-core-2.0.124 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.123 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.121 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.120 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.119 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.118 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.117 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.116 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.115 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.113 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.112 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.111 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.110 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.109 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.108 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.106 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.105 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.104 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.103 app/views/renalware/accesses/profiles/_list.html.slim
renalware-core-2.0.102 app/views/renalware/accesses/profiles/_list.html.slim