Update categories_order.html.erb

finish
This commit is contained in:
chiu 2019-09-18 21:52:25 +08:00
parent 77c7bd5788
commit bfaacde5f7
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<% all_locales = I18n.available_locales %>
<% count = all_locales.length %>
<form method="post" action="/admin/archive_files/save_categories_order" name="category_sort_number_form" >
<table>
<thead style='line-height: 3;'>
<tr style="text-align: center;">
@ -22,4 +23,6 @@
</tr>
<% end %>
</tbody>
</table>
</table>
<input type="submit" value="<%= t('archive.save') %>">
</form>