Skip to content

Commit

Permalink
fix javascript_pack_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Apr 15, 2024
1 parent 3cc4976 commit b0a9755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<% if reporting_proposal? %>
<%= prepend_javascript_pack_tag "decidim_reporting_proposals" %>
<% else %>
<%= javascript_pack_tag "decidim_proposals" %>
<%= prepend_javascript_pack_tag "decidim_proposals" %>
<% end %>

0 comments on commit b0a9755

Please sign in to comment.