We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23759c commit 6ce3264Copy full SHA for 6ce3264
readthedocs/templates/projects/onboard_detail.html
@@ -60,11 +60,14 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
60
{% endif %}
61
{% else %}
62
<h2>{% trans "Your documentation is building" %}</h2>
63
-
+
64
+ {% url "builds_detail" project_slug=project.slug build_pk=onboard.build.pk as latest_build_url %}
65
<p>
66
{% blocktrans trimmed %}
67
You'll be able to view your documentation in a minute or two,
68
once your project is done building.
69
+ For more information about the build,
70
+ click <a href="{{ latest_build_url }}">here.</a>
71
{% endblocktrans %}
72
</p>
73
0 commit comments