mirror of https://github.com/getmango/Mango.git
Display nested titles and entries separately
This commit is contained in:
parent
b8cfc3a201
commit
df2cc0ffa9
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue