Skip to content

Commit

Permalink
fix: the mod slug is supposed to be outside the link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Nov 29, 2024
1 parent 1f36cba commit 8f30162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/dashboard/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ class="panel-collapse collapse in"
<td>
<a href="{{ url('/mod/view/'.$modversion->mod->id) }}">
{{ $modversion->mod->pretty_name ?: $modversion->mod->name }}
@if (!empty($modversion->mod->pretty_name))
({{ $modversion->mod->name }})
@endif
</a>
@if (!empty($modversion->mod->pretty_name))
({{ $modversion->mod->name }})
@endif
</td>
<td>{{ $modversion->mod->author ?: "N/A" }}</td>
<td>
Expand Down

0 comments on commit 8f30162

Please sign in to comment.