mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-20 06:34:20 +01:00
Review undelined links
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
{{ if not (eq 0 (len .SeenOn)) }}
|
||||
<div class="mb-6 leading-5">
|
||||
<div class="text-sm text-strongpink">Seen on</div>
|
||||
{{ range .SeenOn }}<a href="/r/{{.}}">{{.}}</a>
|
||||
{{ range .SeenOn }}<a
|
||||
href="/r/{{.}}"
|
||||
class="underline-none pr-2 decoration-neutral-200 decoration-1 underline-offset-[6px] hover:underline"
|
||||
>{{.}}</a
|
||||
>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
@@ -84,7 +88,7 @@
|
||||
>
|
||||
<label
|
||||
for="advanced-switch"
|
||||
class="cursor-pointer border-b border-b-gray-300 pb-0.5 pb-0.5 text-sm leading-4"
|
||||
class="cursor-pointer text-sm leading-4 underline decoration-neutral-200 decoration-1 underline-offset-[6px]"
|
||||
>Show more details</label
|
||||
>
|
||||
</div>
|
||||
@@ -99,7 +103,9 @@
|
||||
<div class="mb-6 leading-5">
|
||||
<div class="text-sm text-strongpink">Kind type</div>
|
||||
{{.Kind}} {{ if not (eq .KindNIP "")}} -
|
||||
<a href="https://github.com/nostr-protocol/nips/blob/master/{{.KindNIP}}.md"
|
||||
<a
|
||||
href="https://github.com/nostr-protocol/nips/blob/master/{{.KindNIP}}.md"
|
||||
class="underline decoration-neutral-200 decoration-1 underline-offset-[6px]"
|
||||
>{{.KindDescription}}</a
|
||||
>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user