small fix for bulletin link
This commit is contained in:
parent
3d1e7a1ad0
commit
ec4f25170d
|
@ -111,7 +111,7 @@ class AnnouncementFeedsController < ApplicationController
|
|||
anns.bulletin_links.each do |bl|
|
||||
b = {}
|
||||
b["url"] = bl.url
|
||||
b["title_translations"] = bf.title_translations
|
||||
b["title_translations"] = bl.title_translations
|
||||
a["bulletin_links"] << b
|
||||
end
|
||||
anns.bulletin_files.each do |bf|
|
||||
|
|
Loading…
Reference in New Issue