FIX: translation missing messages in digest when showing more than 5 popular topics

This commit is contained in:
Neil Lalonde 2016-11-25 16:37:06 -05:00
parent 9d5ac320f4
commit af4f2d000a
1 changed files with 2 additions and 0 deletions

View File

@ -188,7 +188,9 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
</div>
<!-- End of Popular Topic -->
<% if i < 5 %>
<%= digest_custom_html("below_post_#{i+1}") %>
<% end %>
<% end %>