From 73895bb08fbd4c55a2f8e3a756fb3aaf2c87afd9 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 12 Aug 2019 18:10:49 +0800 Subject: [PATCH] Update personal_journals_controller.rb --- app/controllers/personal_journals_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/personal_journals_controller.rb b/app/controllers/personal_journals_controller.rb index ec6b0cf..1bb4b5d 100644 --- a/app/controllers/personal_journals_controller.rb +++ b/app/controllers/personal_journals_controller.rb @@ -55,9 +55,9 @@ class PersonalJournalsController < ApplicationController end choice_value = fields_to_show choice_value.unshift("paper_title") - choice_show = headers + choice_show = headers.select { |key,value| key == "head-title" } choice_default = OrbitHelper.params[:locale]!='en' ? "——選取分類——" : "——select class——" - choice_show.unshift({"head-title" => choice_default }) + choice_show.unshift(choice_default) { "journal_papers" => journal_paper_list, "headers" => headers,