Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-13 09:35:01 +08:00
parent ad90664fbe
commit 2e95361993
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ class PersonalJournalsController < ApplicationController
"extras" => {"widget-title" => t("module_name.journal_paper")}, "extras" => {"widget-title" => t("module_name.journal_paper")},
"total_pages" => journal_papers.total_pages, "total_pages" => journal_papers.total_pages,
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show}, "choice" => {"choice_value" => choice_value ,"choice_show" => choice_show},
"url" => "/"+params[:locale]+params[:url], "url" => "/"+params[:locale]+params[:url]
"all" => journal_papers_temp
} }
end end