parent
a53f213efb
commit
956d51c0e6
|
@ -2,7 +2,7 @@
|
|||
<% count = all_locales.length %>
|
||||
<% @cats.each do |cat| %>
|
||||
<% all_locales.each_with_index do |locale,index| %>
|
||||
<%= "#{cat[0].title[locale]}" %>
|
||||
<%= "#{cat[0][:title][locale]}" %>
|
||||
<%= index!=(count-1) ? "/" : ":" %>
|
||||
<% end %>
|
||||
<input type="number" name="sort_number-<%= cat[0].id %>" value="<%= cat[1].to_s %>">
|
||||
|
|
Loading…
Reference in New Issue