This commit is contained in:
2026-08-09 02:58:06 +02:00
parent b9c7e24757
commit 40ce0ccbb1
4 changed files with 5 additions and 2 deletions

View File

@@ -329,7 +329,7 @@
<td><pre class="info-hash-codeblock"><code style="word-break: break-all;">{{ item.checksum.split('_bypass_')[0] }}</code></pre></td>
</tr>
@endif
@if((session || expose_repost_links_to_guests) && (item.is_repost || (item.reposts && item.reposts.length > 0)))
@if(show_repost_row)
<tr class="info-repost-row">
<th>Repost</th>
<td>

View File

@@ -274,7 +274,7 @@
<td><pre class="info-hash-codeblock"><code style="word-break: break-all;">{{ item.checksum.split('_bypass_')[0] }}</code></pre></td>
</tr>
@endif
@if((session || expose_repost_links_to_guests) && (item.is_repost || (item.reposts && item.reposts.length > 0)))
@if(show_repost_row)
<tr class="info-repost-row">
<th>Repost</th>
<td>