From 8a4242aae97b6f0a3312ba95af012c44062069f9 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Oct 2013 18:12:07 +0800 Subject: [PATCH] Fix data count for page form in structure --- app/views/admin/items/_form_page.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/items/_form_page.html.erb b/app/views/admin/items/_form_page.html.erb index 9e564428..77be349c 100644 --- a/app/views/admin/items/_form_page.html.erb +++ b/app/views/admin/items/_form_page.html.erb @@ -48,7 +48,7 @@
<%= f.label :frontend_data_count, t(:frontend_data_count) %> - <%= select_tag "page[frontend_data_count]", nil, class: "input-mini change", id: "page_count" %> + <%= select_tag "page[frontend_data_count]", nil, class: "input-mini", id: "page_count" %>