px-1" id="sponsorship-widget">
-
- Community Sponsors
- <%= inline_svg_tag("twemoji/heart.svg", aria: true, class: "crayons-icon crayons-icon--default ml-1", title: "Love") %>
-
- <% @sponsorships = Sponsorship.gold.live.includes(:organization).order(featured_number: :asc) %>
- <%# the pattern .present?/.each has the advantage of issuing only a single SQL query to load objects in memory %>
- <% if @sponsorships.present? %>
-
- <% @sponsorships.each do |sponsorship| %>
- <%= render "articles/single_sponsor", sponsorship: sponsorship %>
- <% end %>
-
Become a sponsor
-
- <% end %>
-
+ <% @sponsorships = Sponsorship.gold.live.includes(:organization).order(featured_number: :asc) %>
+ <%# the pattern .present?/.each has the advantage of issuing only a single SQL query to load objects in memory %>
+ <% if @sponsorships.present? %>
+