1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/staffs/people/_nav_tabs.html.erb

9 lines
233 B
Text

<div class="mb-3">
<%= nav_tabs(
:person,
tab,
overview: [:staff, person],
passports: staff_person_passports_path(person),
resident_registrations: staff_person_resident_registrations_path(person),
) %>
</div>