Skip to content

Commit 5a1e667

Browse files
committed
Fix ifelse
1 parent 99191eb commit 5a1e667

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readthedocs/templates/core/project_list_detailed.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
<ul class="module-item-menu">
3333
<li>
3434
{% 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 %}
35+
<a href="{{ project.get_docs_url }}">{% trans "View Docs" %}</a>
36+
{% else %}
37+
<a href="{{ project.get_builds_url }}">{% trans "No Docs" %}</a>
38+
{% endif %}
3939
</li>
4040
</ul>
4141

0 commit comments

Comments
 (0)