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

10 lines
219 B
Text
Raw Normal View History

2019-03-26 19:48:18 -04:00
<div class="mb-3">
2019-03-26 20:32:35 -04:00
<%= nav_tabs(
:person,
tab,
overview: [:staff, person],
2019-07-15 17:56:27 -04:00
person_comments: staff_person_person_comments_path(person),
passports: staff_person_passports_path(person),
2019-03-26 20:32:35 -04:00
) %>
2019-03-26 19:48:18 -04:00
</div>