From 6ce3264cdc2bc629a028587017679ba6879b8ec6 Mon Sep 17 00:00:00 2001 From: Shivanshu Ayachi Date: Mon, 11 Mar 2019 23:52:04 +0530 Subject: [PATCH 1/2] Add link to onboard_detail.html --- readthedocs/templates/projects/onboard_detail.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readthedocs/templates/projects/onboard_detail.html b/readthedocs/templates/projects/onboard_detail.html index 3d217dc8d0a..333e5c04df0 100644 --- a/readthedocs/templates/projects/onboard_detail.html +++ b/readthedocs/templates/projects/onboard_detail.html @@ -60,11 +60,14 @@

{% trans "Your documentation failed to build" %}

{% endif %} {% else %}

{% trans "Your documentation is building" %}

- + + {% url "builds_detail" project_slug=project.slug build_pk=onboard.build.pk as latest_build_url %}

{% blocktrans trimmed %} You'll be able to view your documentation in a minute or two, once your project is done building. + For more information about the build, + click here. {% endblocktrans %}

{% endif %} From b48e979ac05b8b78f0bd748bf9a364587f8fc9cc Mon Sep 17 00:00:00 2001 From: Shivanshu Ayachi Date: Fri, 29 Mar 2019 07:42:39 +0530 Subject: [PATCH 2/2] Change position of link --- readthedocs/templates/projects/onboard_detail.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readthedocs/templates/projects/onboard_detail.html b/readthedocs/templates/projects/onboard_detail.html index 333e5c04df0..cd6053c87d9 100644 --- a/readthedocs/templates/projects/onboard_detail.html +++ b/readthedocs/templates/projects/onboard_detail.html @@ -59,15 +59,14 @@

{% trans "Your documentation failed to build" %}

{% endif %} {% else %} -

{% trans "Your documentation is building" %}

{% url "builds_detail" project_slug=project.slug build_pk=onboard.build.pk as latest_build_url %} +

{% trans "Your documentation is building" %}

+

{% blocktrans trimmed %} You'll be able to view your documentation in a minute or two, once your project is done building. - For more information about the build, - click here. {% endblocktrans %}

{% endif %}