Skip to content

Commit b48e979

Browse files
committed
Change position of link
1 parent 6ce3264 commit b48e979

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readthedocs/templates/projects/onboard_detail.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
5959
</form>
6060
{% endif %}
6161
{% else %}
62-
<h2>{% trans "Your documentation is building" %}</h2>
6362

6463
{% 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+
6566
<p>
6667
{% blocktrans trimmed %}
6768
You'll be able to view your documentation in a minute or two,
6869
once your project is done building.
69-
For more information about the build,
70-
click <a href="{{ latest_build_url }}">here.</a>
7170
{% endblocktrans %}
7271
</p>
7372
{% endif %}

0 commit comments

Comments
 (0)