Update personal_journals_controller.rb
This commit is contained in:
parent
59afff7ea4
commit
8bd358513e
|
@ -163,9 +163,9 @@ class PersonalJournalsController < ApplicationController
|
|||
abstract
|
||||
language
|
||||
url
|
||||
author
|
||||
]
|
||||
@fields_to_show = @fields_to_show.map { |fs| [t("personal_journal.#{fs}"), fs] }
|
||||
@fields_to_show << [t('personal_plugins.author'),'author']
|
||||
@default_fields_to_show = %w[
|
||||
paper_title
|
||||
journal_title
|
||||
|
|
Loading…
Reference in New Issue