Skip to content

Instantly share code, notes, and snippets.

@RStankov
Created September 13, 2019 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RStankov/a3de63ad978d56e51daafe34d02b4bd4 to your computer and use it in GitHub Desktop.
Save RStankov/a3de63ad978d56e51daafe34d02b4bd4 to your computer and use it in GitHub Desktop.
<%= newsletter_section @digest.trending do |data, section| %>
<% section.title 'Trending products this week' %>
<% section.thumbnail do %>
<%= newsletter_mosaic data.profiles %>
<% end %>
<% section.content do %>
<%= newsletter_links data.profiles %> were the most popular products last week.
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment