Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-13 18:25:56 +08:00
parent 91d677efd6
commit 868280735c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class PersonalJournalsController < ApplicationController
"headers" => headers,
"extras" => {"widget-title" => t("module_name.journal_paper"), "url" => "/"+params[:locale]+params[:url], "select_text" => select_text, "search_text" => search_text},
"total_pages" => journal_papers_total_pages,
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show},
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show}
}
end