We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa2cd18 + b48e979 commit 10e0352Copy full SHA for 10e0352
readthedocs/templates/projects/onboard_detail.html
@@ -59,8 +59,10 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
59
</form>
60
{% endif %}
61
{% else %}
62
- <h2>{% trans "Your documentation is building" %}</h2>
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
66
<p>
67
{% blocktrans trimmed %}
68
You'll be able to view your documentation in a minute or two,
0 commit comments