small fix
This commit is contained in:
parent
11468d7c99
commit
b7723fa681
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue