revisions complete
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script>
|
||||
import Preview from "../../files/Preview.svelte";
|
||||
import PreviewCardSmall from "../PreviewCardSmall.svelte";
|
||||
import {getContext} from "svelte";
|
||||
|
||||
const channel = getContext("channel")
|
||||
export let edge;
|
||||
</script>
|
||||
|
||||
|
||||
<div>
|
||||
<span class="me-3">Rank: {edge.rank}</span>
|
||||
<span>id: </span> <a href="{channel.lucentUrl}/records/{edge.target}" target="_blank">{edge.target}</a>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user