Skip to content

Commit

Permalink
Merge pull request #42 from Fgerthoffert/develop
Browse files Browse the repository at this point in the history
Clickable URL in table
  • Loading branch information
Fgerthoffert committed Sep 24, 2019
2 parents e53393f + 83bb892 commit b59ec51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/views/roadmap/Forecast/InitiativeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const InitiativeTable: FC<any> = ({
key: initiative.key,
team: initiative.team === null ? 'n/a' : initiative.team.name,
title: initiative.fields.summary,
url: initiative.host + '/browse/' + initiative.key,
velocity:
initiative.team === null
? 'n/a'
Expand Down

0 comments on commit b59ec51

Please sign in to comment.