no t
This commit is contained in:
parent
340644a3ae
commit
6c2876ea6b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; will-change: transform; top: 0px; left: 0px; transform: translateY(31px);">
|
||||
{% for possible_sort in all_sorts %}
|
||||
{%- if sort != possible_sort -%}
|
||||
<a class="dropdown-item" href="?{{extra_query ~ '&' if extra_query else ''}}sort={{possible_sort}}&t={{t}}"><i class="fas {{all_sorts[possible_sort]}} mr-1"></i> {{possible_sort | capitalize}}</a>
|
||||
<a class="dropdown-item" href="?{{extra_query ~ '&' if extra_query else ''}}sort={{possible_sort}}{% if t %}&t={{t}}{% endif %}"><i class="fas {{all_sorts[possible_sort]}} mr-1"></i> {{possible_sort | capitalize}}</a>
|
||||
{%- endif -%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
@ -428,7 +428,7 @@
|
|||
<div class="row border-md-0 comment-section pb-3">
|
||||
<div class="col border-top">
|
||||
<div class="comments-count py-3">
|
||||
{{sorting_time.sort_dropdown(sort, t, SORTS_COMMENTS)}}
|
||||
{{sorting_time.sort_dropdown(sort, none, SORTS_COMMENTS)}}
|
||||
{% if comment_info and p.comment_count >= 2 %}
|
||||
<div class="total mt-3">
|
||||
<a href="{{p.permalink}}">View entire discussion</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue