Update comments.html

The - was not a typo
This commit is contained in:
Walter Miller 2023-11-06 21:11:27 -05:00
parent 50ef21f729
commit ade4e7eab3

View file

@ -40,7 +40,7 @@
{% if not is_notification_page %}<button id="btn-{{c.id}}" class="d-none d-md-block btn btn-primary" onclick="morecomments('{{c.id}}')">More comments ({{c.descendant_count}})</button>{% endif %} {% if not is_notification_page %}<button id="btn-{{c.id}}" class="d-none d-md-block btn btn-primary" onclick="morecomments('{{c.id}}')">More comments ({{c.descendant_count}})</button>{% endif %}
<a {% if not is_notification_page %}class="d-md-none" {% endif %}href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a> <a {% if not is_notification_page %}class="d-md-none" {% endif %}href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div> </div>
{% endif %} {%- endif %}
{% endif %} {% endif %}
</div> </div>
</div> </div>