Fix data count for page form in structure

This commit is contained in:
chris 2013-10-31 18:12:07 +08:00
parent c541e84254
commit 8a4242aae9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div id="front_count" class="hide">
<%= 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" %>
</div>
<div class="checkbox-groups" id="page-is-published">