rosa-build/app/views/home/partials/_new_comment_notification.j...

7 lines
304 B
Plaintext
Raw Normal View History

2014-05-12 09:19:10 +01:00
json.issue do
json.link project_issue_path(project_name_with_owner, item.data[:issue_serial_id]) if item.data[:issue_serial_id].present?
json.title short_message(item.data[:issue_title], 50)
json.read_more item.data[:comment_id]
end
json.body markdown(short_message(item.data[:comment_body], 100))