We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99191eb commit 5a1e667Copy full SHA for 5a1e667
readthedocs/templates/core/project_list_detailed.html
@@ -32,10 +32,10 @@
32
<ul class="module-item-menu">
33
<li>
34
{% if project.has_good_build %}
35
- <a href="{{ project.get_docs_url }}">{% trans "View Docs" %}
36
- {% else %}
37
- <a href="{{ project.get_builds_url }}">{% trans "No Docs" %}</a>
38
- {% endif %}
+ <a href="{{ project.get_docs_url }}">{% trans "View Docs" %}</a>
+ {% else %}
+ <a href="{{ project.get_builds_url }}">{% trans "No Docs" %}</a>
+ {% endif %}
39
</li>
40
</ul>
41
0 commit comments