Skip to content

Commit

Permalink
feat: Add JavaScript and CSS packs for enrollment page (#4347)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodine1 authored and kristinmerbach committed Sep 10, 2024
1 parent 8971638 commit c940534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/insured/families/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<% if @bs4 %>
<%= javascript_pack_tag "enrollment" %>
<%= stylesheet_pack_tag "enrollment" %>

<% if pundit_allow(Family, :can_view_entire_family_enrollment_history?) %>
<% enrollments = @all_hbx_enrollments_for_admin %>
<% else %>
Expand Down

0 comments on commit c940534

Please sign in to comment.