Update personal_conferences_controller.rb
This commit is contained in:
parent
017652eb6a
commit
413aea01a4
|
@ -174,7 +174,7 @@ class PersonalConferencesController < ApplicationController
|
|||
"isi_number" ,
|
||||
"language"
|
||||
]
|
||||
@fields_to_show = @fields_to_show.map{|fs| (fs!="period" ? [t(personal_conference."#{fs}"), fs] : ["peroid", fs])}
|
||||
@fields_to_show = @fields_to_show.map{|fs| (fs.to_s!="period" ? [t(personal_conference."#{fs}"), fs] : ["peroid", fs])}
|
||||
@default_fields_to_show = [
|
||||
"authors",
|
||||
"paper_title",
|
||||
|
|
Loading…
Reference in New Issue