We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce3264 commit b48e979Copy full SHA for b48e979
readthedocs/templates/projects/onboard_detail.html
@@ -59,15 +59,14 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
59
</form>
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 %}
+ <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,
69
once your project is done building.
- For more information about the build,
70
- click <a href="{{ latest_build_url }}">here.</a>
71
{% endblocktrans %}
72
</p>
73
0 commit comments