added class for feed source

This commit is contained in:
Harry Bomrah 2015-11-10 14:05:31 +08:00
parent 8074c24b67
commit fcce54b43d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class AnnouncementsController < ApplicationController
"category" => fa["category"],
"postdate" => fa["postdate"],
"author" => fa["author"],
"source-site" => "<a href='#{fa["source-site"]}' target='_blank'>#{fa["source-site-title"]}</a>",
"source-site" => "<a href='#{fa["source-site"]}' target='_blank' class='feed-source'>#{fa["source-site-title"]}</a>",
"link_to_show" => OrbitHelper.url_to_show(fa["params"]),
"img_src" => fa["image"]["thumb"] || "/assets/announcement-default.jpg",
"img_description" => fa["image_description_translations"][locale],