fix error
This commit is contained in:
parent
800853164e
commit
c035a71655
|
@ -129,8 +129,6 @@ class BulletinFeed
|
||||||
a = {}
|
a = {}
|
||||||
if more_url
|
if more_url
|
||||||
a['show_url'] = "#{more_url}/#{anns.to_param}"
|
a['show_url'] = "#{more_url}/#{anns.to_param}"
|
||||||
else
|
|
||||||
a['show_url'] = '#'
|
|
||||||
end
|
end
|
||||||
a["id"] = anns.uid
|
a["id"] = anns.uid
|
||||||
a["title_translations"] = anns.title_translations
|
a["title_translations"] = anns.title_translations
|
||||||
|
|
Loading…
Reference in New Issue