Link to book posts
This commit is contained in:
@@ -16,6 +16,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto"
|
||||
div class="rounded-md uppercase text-xs #{book.status_colour} px-2 w-full text-center"
|
||||
= book.status_label
|
||||
td
|
||||
a href="/post/#{book.slug}"
|
||||
= book.name
|
||||
td
|
||||
= book.authors
|
||||
@@ -25,6 +26,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto"
|
||||
div class="rounded-md uppercase text-xs #{book.status_colour} px-2 w-full text-center"
|
||||
= book.status_label
|
||||
td
|
||||
a href="/post/#{book.slug}"
|
||||
= book.name
|
||||
td
|
||||
= book.authors
|
||||
@@ -34,6 +36,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto"
|
||||
div class="rounded-md uppercase text-xs #{book.status_colour} px-2 w-full text-center"
|
||||
= book.status_label
|
||||
td
|
||||
a href="/post/#{book.slug}"
|
||||
= book.name
|
||||
td
|
||||
= book.authors
|
||||
|
Reference in New Issue
Block a user