Skip to content
Snippets Groups Projects
Commit fc18810e authored by fickleheart's avatar fickleheart
Browse files

Ok now it should work

parent 65b1ffbd
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
</a>
</td>
<td>{{ $replay->name }}</td>
<td>{{ $replay->$time }}</td>
<td>{{ $replay->race_time }}</td>
<td>{{ $replay->character->name ?: $replay->character->skin }}</td>
<td>{{ $replay->status }}</td>
<td><a href="{{ action('ReplayController@show', compact('replay')) }}">Info</a></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment