diff --git a/app/controllers/galleries_controller.rb b/app/controllers/galleries_controller.rb index d8bf4e5..6da5fc0 100644 --- a/app/controllers/galleries_controller.rb +++ b/app/controllers/galleries_controller.rb @@ -93,7 +93,8 @@ class GalleriesController < ApplicationController "thumb-large-src" => a.file.thumb_large.url, "image_description" => a.description, "mobile-src" => a.file.mobile.url, - "theater-src" => a.file.theater.url + "theater-src" => a.file.theater.url, + "album-name" => a.album.name_translations[I18n.locale] } end {