From 98f2a55f64ef424dc4cb9735f30c05c48575a4f8 Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Mon, 23 Apr 2018 18:09:51 +0200 Subject: [PATCH] open PRs in new tab --- src/cljs/commiteth/manage_payouts.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cljs/commiteth/manage_payouts.cljs b/src/cljs/commiteth/manage_payouts.cljs index ea62056..b2f747c 100644 --- a/src/cljs/commiteth/manage_payouts.cljs +++ b/src/cljs/commiteth/manage_payouts.cljs @@ -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}]