Skip to content

Commit

Permalink
Merge pull request #26 from moul/dev/moul/clickable-link
Browse files Browse the repository at this point in the history
feat: add clickable links in generated graph (fix #25)
  • Loading branch information
moul authored Sep 5, 2018
2 parents eed1941 + fa2653f commit cff2832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func (i Issue) AddNodeToGraph(g *gographviz.Graph, parent string) error {
attrs["shape"] = "record"
attrs["style"] = `"rounded,filled"`
attrs["color"] = "lightblue"
attrs["href"] = escape(*i.URL)

if i.IsEpic() {
attrs["shape"] = "oval"
Expand Down

0 comments on commit cff2832

Please sign in to comment.