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