You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.issue do
- json.partial! 'pull_requests/detail', issue: @pull_request.issue
- end
- json.journal_id @journal.id
- json.journal_notes @journal.notes
- json.review_id @review.id
- json.commit_id @review.commit_id
- json.content @review.content
- json.status @review.status
- json.created_at format_time(@review.created_at)
|