mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
fix up urls to follow a cleaner pattern
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<tbody>
|
||||
@foreach($options as $option)
|
||||
<tr>
|
||||
<td><a href="{{ route('admin.services.option', $option->id) }}">{{ $option->name }}</a></td>
|
||||
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
|
||||
<td>{!! $option->description !!}</td>
|
||||
<td><code>{{ $option->docker_image }}</code></td>
|
||||
<td><code>{{ $option->tag }}</code></td>
|
||||
|
||||
Reference in New Issue
Block a user