Update categories_order.html.erb

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

View File

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