File tree 1 file changed +1
-1
lines changed
readthedocs/templates/search
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h5>{% trans 'Object Type' %}</h5>
30
30
< li class ="{% if type == 'project' %}active{% endif %} "> < a href ="?{% url_replace request 'type' 'project' %} "> {% trans 'Projects' %}</ a > </ li >
31
31
{% endif %}
32
32
< li class ="{% if type == 'file' %}active{% endif %} "> < a href ="?{% url_replace request 'type' 'file' %} "> {% trans 'Files' %}</ a > </ li >
33
- < li class ="{% if type == 'domain' %}active{% endif %} "> < a href ="?{% url_replace request 'type' 'domain' %} "> {% trans 'Code API' %}</ a > </ li >
33
+ {# < li class ="{% if type == 'domain' %}active{% endif %} "> < a href ="?{% url_replace request 'type' 'domain' %} "> {% trans 'Code API' %}</ a > </ li > #}
34
34
{# < li class ="{% if type == 'all' %}active{% endif %} "> < a href ="?{% url_replace request 'type' 'all' %} "> {% trans 'All' %}</ a > </ li > #}
35
35
36
36
< hr >
You can’t perform that action at this time.
0 commit comments