This commit is contained in:
BoHung Chiu 2021-05-24 15:40:26 +08:00
parent 142126322e
commit 806f40fc26
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class GalleriesController < ApplicationController
"album-name" => a.name,
"album-description" => a.description,
"alt_title" => alt_text,
"link_to_show" => OrbitHelper.url_to_show(a.to_param),
"link_to_show" => OrbitHelper.widget_more_url + "/" + a.to_param,
"src" => thumb_src.gsub("thumb_",""),
"thumb-src" => thumb_src,
"thumb-large-src" => thumb_src.gsub("thumb_","thumb_large_"),