Display nested titles and entries separately

This commit is contained in:
Alex Ling 2020-08-02 10:43:46 +00:00
parent b8cfc3a201
commit df2cc0ffa9
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@
<% progress = title_percentage[i] %>
<%= render_component "card" %>
<% end %>
</div>
<div class="uk-child-width-1-4@m uk-child-width-1-2" uk-grid>
<% entries.each_with_index do |item, i| %>
<% progress = percentage[i] %>
<%= render_component "card" %>