Mercurial > hg > soundsoftware-site
view app/views/issue_relations/show.api.rsb @ 1559:21098b932cb8 feature_1136
Separate out git repo dir and work dir (so as to serve repo dir only)
author | Chris Cannam |
---|---|
date | Thu, 14 Jan 2016 10:27:25 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
api.relation do api.id @relation.id api.issue_id @relation.issue_from_id api.issue_to_id @relation.issue_to_id api.relation_type @relation.relation_type api.delay @relation.delay end