style for front end

This commit is contained in:
Fu Matthew 2013-03-11 18:21:17 +08:00 committed by Matt K. Fu
parent 95805cfdee
commit 1709773b0a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ helper Admin::PagePartsHelper
end
def edit
@item =Page.find(params[:id])
@item = Page.find(params[:id])
@user_choose = @item.app_frontend_url
@apps = ModuleApp.excludes(app_pages: nil).entries
@module_apps = ModuleApp.excludes(widgets: nil).where(enable_frontend: true).order_by(:title, :asc)