9 lines
233 B
Text
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>
|