Update categories_order.html.erb

fix error
This commit is contained in:
chiu 2019-09-18 21:18:26 +08:00
parent 65e6f5d555
commit a53f213efb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<% all_locales = I18n.locales %>
<% all_locales = I18n.available_locales %>
<% count = all_locales.length %>
<% @cats.each do |cat| %>
<% all_locales.each_with_index do |locale,index| %>