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