Sha256: 1815351bbb9591290b979f650af222fcdc152721f110135ce4dc1ff308e55e3f

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

tr
  td.actions
    = link_to t("btn.view"), directory_person_path(person)
    = link_to t("btn.edit"), edit_directory_person_path(person)
  td= person.title
  td= link_to person.family_name, directory_person_path(person)
  td= link_to person.given_name, directory_person_path(person)
  td.col-width-large-with-ellipsis= person.address

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/directory/people/_person.html.slim
renalware-core-2.1.0 app/views/renalware/directory/people/_person.html.slim