From c236be43033f96fa923a95f1a1c543fb053930d4 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 29 Sep 2020 19:48:10 -0700 Subject: [PATCH] Adds breadcrumbs to shelf page weird that they aren't used anywhere else tho --- bookwyrm/templates/shelf.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/shelf.html b/bookwyrm/templates/shelf.html index bf2b04f9..2c49f002 100644 --- a/bookwyrm/templates/shelf.html +++ b/bookwyrm/templates/shelf.html @@ -1,9 +1,19 @@ {% extends 'layout.html' %} {% block content %} +
+ +
+
-

{% include 'snippets/username.html' with user=user %} > {{ shelf.name }}

+

{{ shelf.name }}

{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}