Skip to content

Commit

Permalink
Merge pull request #5431 from shivanshu1234/addlink
Browse files Browse the repository at this point in the history
Add link to in-progress build from dashboard.
  • Loading branch information
ericholscher authored Jun 5, 2019
2 parents aa2cd18 + b48e979 commit 10e0352
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readthedocs/templates/projects/onboard_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ <h2>{% trans "Your documentation failed to build" %}</h2>
</form>
{% endif %}
{% else %}
<h2>{% trans "Your documentation is building" %}</h2>


{% 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>

<p>
{% blocktrans trimmed %}
You'll be able to view your documentation in a minute or two,
Expand Down

0 comments on commit 10e0352

Please sign in to comment.