Skip to content

Commit

Permalink
feat: add results link to experiments table
Browse files Browse the repository at this point in the history
  • Loading branch information
RJAK11 committed Jan 14, 2025
1 parent 8566e1f commit 942f1ad
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ <h1 class="modal-title fs-5" id="createModalLabel">
</td>
<td>
{% if experiment.show_results_url %}
<a href="{% url "nimbus-results" slug=experiment.slug %}">Results</a>
<a href="{% url "nimbus-results" slug=experiment.slug %}">View Results</a>
{% else %}
<a>View Results</a>
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit 942f1ad

Please sign in to comment.