Skip to content

Commit

Permalink
feat(nimbus): Add Explore Matching Audience link to new summary page (#…
Browse files Browse the repository at this point in the history
…11830)

Because

* The old summary page included a link to explore matching audiences and
this functionality needs to be replicated on the new summary page

This commit

* Adds the Explore Matching Audience link to the new summary page

Fixes #11728


![image](https://github.com/user-attachments/assets/b00fbd2a-4c25-4426-84df-955998b5f9d2)
  • Loading branch information
RJAK11 authored Nov 25, 2024
1 parent 4570449 commit 3c585bb
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,17 @@ <h4>Risk Mitigation Questions</h4>
<!-- Audience Card -->
<div class="card mb-3">
<div class="card-header">
<h4>Audience</h4>
<div class="row">
<div class="col">
<h4>Audience</h4>
</div>
<div class="col pt-1 text-end">
<a href="{{ experiment.audience_url }}"
target="_blank"
rel="noopener noreferrer"
class="text-decoration-none">Explore matching audiences</a>
</div>
</div>
</div>
<div class="card-body">
<table class="table table-striped">
Expand Down

0 comments on commit 3c585bb

Please sign in to comment.