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