This commit is contained in:
2026-08-09 02:54:26 +02:00
parent 9ae1d55521
commit b9c7e24757
7 changed files with 18 additions and 6 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(item.is_repost || (item.reposts && item.reposts.length > 0))
@if((session || expose_repost_links_to_guests) && (item.is_repost || (item.reposts && item.reposts.length > 0)))
<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(item.is_repost || (item.reposts && item.reposts.length > 0))
@if((session || expose_repost_links_to_guests) && (item.is_repost || (item.reposts && item.reposts.length > 0)))
<tr class="info-repost-row">
<th>Repost</th>
<td>