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/passports/_nav_tabs.html.erb

9 lines
180 B
Text
Raw Normal View History

2018-12-03 08:52:52 -05:00
<div class="mb-3">
2019-03-26 20:32:35 -04:00
<%= nav_tabs(
:passport,
tab,
overview: [:staff, passport],
confirmations: staff_passport_passport_confirmations_path(passport),
) %>
2018-12-03 08:52:52 -05:00
</div>