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