diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index 383ac05..663dedf 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -97,7 +97,7 @@ {% endif %} {% endif %} - {% if snipt.line_count <= 300 and not detail %} + {% if snipt.line_count <= 300 or detail %} {% endif %} @@ -233,6 +233,8 @@
/api/public/snipt/{{ snipt.pk }}/
{% endif %}
{{ snipt.slug }}
-
{{ snipt.stylized }}
+ {% if snipt.line_count <= 300 or detail %} +
{{ snipt.stylized }}
+ {% endif %}
{{ snipt.tags_list }}