Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-14 09:09:02 +08:00
parent 710a8dcbd7
commit 68aa8f8b81
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class PersonalJournalsController < ApplicationController
choice_show.unshift(choice_default)
choice_show=choice_show.map{|value| {"choice_show" => value}}
choice=choice_value.zip(choice_show)
choice=choice.map{|value| value[0].merge(value[1])}
select_text = params[:locale]!='en' ? "搜尋類別:" : "search class:"
search_text = params[:locale]!='en' ? "關鍵字搜尋:" : "word to search:"
{