From ce0c1a3409e2e4680cbd3d8fe0c912f54b3bfa1f Mon Sep 17 00:00:00 2001 From: Trupti Rajesh Kini Date: Fri, 3 Mar 2017 12:53:49 +0530 Subject: tooltip for screenshots --- tbc/templates/tbc/book-details.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index c282430..9814434 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -36,9 +36,13 @@ function redirectToIpynb(notebook)

{{ book.title }}

{% for image in images %} +
{% if image.chapters_set.get.notebook %} - + + + Click to view -{{ image.chapters_set.get.name }} + {% else %} {% endif %} -- cgit