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