Compare commits

...

1 Commits

Author SHA1 Message Date
chiu 0bba6cea01 fix error for the site that don't have e_papers' index page 2020-01-20 23:56:29 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def initialize
# .with_tags(filters("tags"))
@criterias = search_data(@criterias,[:title]).page(params[:page]).per(10)
@url = "/" + I18n.locale.to_s + "/" +Page.where(:module => "e_paper").first.url + "?method=papers"
#@url = "/" + I18n.locale.to_s + "/" +Page.where(:module => "e_paper").first.url + "?method=papers"
render :partial => "index" if request.xhr?
end