small fix for widgte url

This commit is contained in:
Harry Bomrah 2017-08-17 15:18:40 +08:00
parent 1b5830d910
commit ee0b0994a0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class EPapersController < ApplicationController
"date" => paper.period,
"description" => paper.description,
"image_thumb" => paper_thumb,
"link_to_show" => OrbitHelper.url_to_show(paper.to_param)
"link_to_show" => OrbitHelper.widget_item_url(paper.to_param)
}
end
{