mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 03:39:48 -06:00
Merge pull request #2699 from Roardom/fix-request-torrent-name
(Fix) Filled torrent name on request page
This commit is contained in:
@@ -169,9 +169,8 @@
|
||||
<dd>
|
||||
<a
|
||||
href="{{ route('torrent', ['id' => $torrentRequest->torrent->id]) }}"
|
||||
title="{{ $torrentRequest->torrent->name }}"
|
||||
>
|
||||
{{ $torrentRequest->name }}
|
||||
{{ $torrentRequest->torrent->name }}
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user