Skip to content

Commit 10e0352

Browse files
authored
Merge pull request #5431 from shivanshu1234/addlink
Add link to in-progress build from dashboard.
2 parents aa2cd18 + b48e979 commit 10e0352

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readthedocs/templates/projects/onboard_detail.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
5959
</form>
6060
{% endif %}
6161
{% else %}
62-
<h2>{% trans "Your documentation is building" %}</h2>
63-
62+
63+
{% url "builds_detail" project_slug=project.slug build_pk=onboard.build.pk as latest_build_url %}
64+
<a href="{{ latest_build_url }}"><h2>{% trans "Your documentation is building" %}</h2></a>
65+
6466
<p>
6567
{% blocktrans trimmed %}
6668
You'll be able to view your documentation in a minute or two,

0 commit comments

Comments
 (0)