Skip to content

Commit

Permalink
Fix link to raw log on log_ajax view
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Oct 4, 2021
1 parent 821ab6d commit 75a04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/torrent/riplog.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
{% endif %}
{% if log.has_riplog %}
<div style="padding: 10px; float: left"><a class="brackets" href="view.php?type=riplog&amp;id={{ id }}&amp;logid={{ log.id }}" target="_blank">View Raw Log</a></div>
<div style="padding: 10px; float: left"><a class="brackets" href="view.php?type=riplog&amp;id={{ id }}.{{ log.id }}" target="_blank">View Raw Log</a></div>
{% endif %}
<br />
<br />
Expand Down

0 comments on commit 75a04ea

Please sign in to comment.