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