open PRs in new tab

This commit is contained in:
Martin Klepsch 2018-04-23 18:09:51 +02:00 committed by Tetiana Churikova
parent 526532bc59
commit 98f2a55f64
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@
(defn view-pr-button [claim]
[primary-button-link
{:href (pr-url claim)}
{:href (pr-url claim)
:target "_blank"}
"View Pull Request"])
(defn claim-card [bounty claim {:keys [render-view-claim-button?] :as opts}]