Update personal_journals_controller.rb
This commit is contained in:
parent
663fe291da
commit
e0785746e6
|
@ -17,7 +17,8 @@ class PersonalJournalsController < ApplicationController
|
|||
else
|
||||
fields_to_show = [
|
||||
"year",
|
||||
"paper_title"
|
||||
"paper_title",
|
||||
"123"
|
||||
]
|
||||
end
|
||||
journal_paper_list = []
|
||||
|
|
Loading…
Reference in New Issue