small fix

This commit is contained in:
Harry Bomrah 2017-04-13 15:46:23 +08:00
parent 11468d7c99
commit b7723fa681
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ class VlogsController < ApplicationController
video = "<iframe src='#{vlog.youtube_link}' allowfullscreen frameborder='0'></iframe>"
end
{
"video" => video,
"extras" => {"widget-title"=>t(:web_resource),"more_url" => OrbitHelper.widget_more_url}
"extras" => {"widget-title"=>t(:web_resource),"more_url" => OrbitHelper.widget_more_url, "video" => video, "title" => vlog.title, "subtitle" => vlog.subtitle}
}
end