mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 16:58:50 +01:00
Use `each_with_index` instead of hand-wrought index to loop through projects, and use a partial for the duplicated empty list items.
3 lines
132 B
Text
3 lines
132 B
Text
<% from.upto 10 do |i| -%>
|
|
<%= i -%> - <%=t('common.not_available_abbr')%> (<%=t('common.not_available_abbr')%>) <br/>
|
|
<% end -%>
|