Sha256: 0e83b91817cff1ba35ed69795eb07310b6f5ca38e374edec9655f718ce057f1a

Contents?: true

Size: 653 Bytes

Versions: 29

Compression:

Stored size: 653 Bytes

Contents

- return if @current_profile.blank?

article
  header
    h2 Current Access Profile
    ul
      li= link_to "Edit",
                  edit_patient_accesses_profile_path(@patient, @current_profile),
                  class: "button"
      li= link_to "View",
                  patient_accesses_profile_path(@patient, @current_profile),
                  class: "button secondary"

  dl.dl-horizontal
    dt Formed On:
    dd= @current_profile.formed_on
    dt Type:
    dd= @current_profile.type
    dt Side:
    dd= @current_profile.side
    dt Start Date:
    dd= @current_profile.started_on
    dt Notes:
    dd= simple_format @current_profile.notes

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
renalware-core-2.0.9 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.8 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.7 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.5 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.4 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.3 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.2 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.1 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/accesses/profiles/_current_profile.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/accesses/profiles/_current_profile.html.slim