Skip to content

Commit 6ce3264

Browse files
committed
Add link to onboard_detail.html
1 parent f23759c commit 6ce3264

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/templates/projects/onboard_detail.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
6060
{% endif %}
6161
{% else %}
6262
<h2>{% trans "Your documentation is building" %}</h2>
63-
63+
64+
{% url "builds_detail" project_slug=project.slug build_pk=onboard.build.pk as latest_build_url %}
6465
<p>
6566
{% blocktrans trimmed %}
6667
You'll be able to view your documentation in a minute or two,
6768
once your project is done building.
69+
For more information about the build,
70+
click <a href="{{ latest_build_url }}">here.</a>
6871
{% endblocktrans %}
6972
</p>
7073
{% endif %}

0 commit comments

Comments
 (0)