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