removed author from frontend
This commit is contained in:
parent
48462a9ce0
commit
223ad689fc
|
@ -6,7 +6,6 @@ class PersonalConferencesController < ApplicationController
|
|||
{
|
||||
"year" => writing_conference.year,
|
||||
"paper_title" => writing_conference.create_link,
|
||||
"author" => (writing_conference.member_profile.name rescue ""),
|
||||
"link_to_show" => OrbitHelper.url_to_show(writing_conference.to_param)
|
||||
}
|
||||
end
|
||||
|
@ -28,7 +27,6 @@ class PersonalConferencesController < ApplicationController
|
|||
|
||||
fields_to_show = [
|
||||
"year",
|
||||
"author_name",
|
||||
"authors",
|
||||
"paper_title",
|
||||
"conference_title",
|
||||
|
|
Loading…
Reference in New Issue