FIX: translation missing messages in digest when showing more than 5 popular topics
This commit is contained in:
parent
9d5ac320f4
commit
af4f2d000a
|
@ -188,7 +188,9 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
|
||||||
</div>
|
</div>
|
||||||
<!-- End of Popular Topic -->
|
<!-- End of Popular Topic -->
|
||||||
|
|
||||||
|
<% if i < 5 %>
|
||||||
<%= digest_custom_html("below_post_#{i+1}") %>
|
<%= digest_custom_html("below_post_#{i+1}") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue