From f44e1ca60f4e64bf204c21faf7d45e5028f526ce Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Sun, 29 Jan 2017 14:14:04 +0000 Subject: [PATCH] Add tooltips to the idol selector Some people may find it hard to identify which idol each image belongs to (Especially the N's, who many people don't know as well as the u's or Aqours girls) This patch adds a tooltip that shows the idol's name when you hover over the image. Note this also requires a patch to CuteForm, which I will be submitting separately. --- web/templates/cards.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/cards.html b/web/templates/cards.html index 5d96743f..410f4160 100644 --- a/web/templates/cards.html +++ b/web/templates/cards.html @@ -6,7 +6,7 @@ {% block title %}{% if view == 'albumbuilder' %}{% trans 'Album Builder' %}{% else %}{% trans 'Cards Album' %}{% if single %}: {{ single }}{% elif request_get.name %}: {{ request_get.name }}{% endif %}{% endif %}{% endblock %} {% block js %} - +