Remove unnecessary ids from HTML

This commit is contained in:
Alex Ling
2020-08-02 10:43:24 +00:00
parent 8dc60ac2ea
commit b8cfc3a201
3 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,8 @@
<%= render_component "sort-form" %>
</div>
</div>
<div id="item-container" class="uk-child-width-1-4@m uk-child-width-1-2" uk-grid>
<div class="uk-child-width-1-4@m uk-child-width-1-2" uk-grid>
<% title.titles.each_with_index do |item, i| %>
<% progress = title_percentage[i] %>
<%= render_component "card" %>