Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-13 09:49:05 +08:00
parent 09bb492e83
commit d62d9cc9a9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class PersonalJournalsController < ApplicationController
"total_pages" => journal_papers.total_pages,
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show},
"url" => "/"+params[:locale]+params[:url],
"all" => params[:selectbox]
"all" => journal_papers_temp
}
end