Update personal_journals_controller.rb
This commit is contained in:
parent
91d677efd6
commit
868280735c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue