Skip to content

Commit

Permalink
fix the fix to the breadcrumb navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Oct 31, 2024
1 parent 8b474c8 commit 9ae4201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IFComp/root/src/admin/voting/show_ip.tt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ul class="breadcrumb">
<li class="breadcrumb-item"><a href="[% c.uri_for("/admin") %]">Admin Home</a></li>
<li class="breadcrumb-item"><a href="[% r = c.uri_for("/admin/voting"); r.query_form({comp_id => comp.id}); r %]">Voting Reports</a></li>
<li class="breadcrumb-item "active">IP details</a></li>
<li class="breadcrumb-item active">IP details</a></li>
</ul>
</nav>

Expand Down

0 comments on commit 9ae4201

Please sign in to comment.