Sha256: 935a27dbf74f38deb60b21ff7ea94a8d79cd6a1f22dfae4c28e63ddb308530c7

Contents?: true

Size: 251 Bytes

Versions: 62

Compression:

Stored size: 251 Bytes

Contents

= content_for(:actions) do
  = link_to "Add Person", new_directory_person_path, class: "button"

= within_admin_layout(title: "Directory")
  = render "filters", q: q

  = page_entries_info people
  = render "table", people: people
  = paginate people

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta6 app/views/renalware/directory/people/index.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/directory/people/index.html.slim