removed author from frontend

This commit is contained in:
Harry Bomrah 2015-05-08 16:23:31 +08:00
parent 48462a9ce0
commit 223ad689fc
1 changed files with 0 additions and 2 deletions

View File

@ -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",