From 64499b65bbdb0aa67e70e814e12970c9c503ce59 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 10 Apr 2020 22:22:07 +0200 Subject: [PATCH] Better tooltips and icons --- static/js/base.js | 2 +- templates/base.html | 10 ++++++++-- templates/note/conso_form.html | 2 ++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/static/js/base.js b/static/js/base.js index 1be10462..d174a0cd 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -86,7 +86,7 @@ function getMatchedNotes(pattern, fun) { * Generate a
  • entry with a given id and text */ function li(id, text, extra_css) { - return "
  • " + text + "
  • \n"; } diff --git a/templates/base.html b/templates/base.html index 2ec20eb0..44bc8c82 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,8 @@ SPDX-License-Identifier: GPL-3.0-or-later integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> + href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" + crossorigin="anonymous"> {# JQuery, Bootstrap and Turbolinks JavaScript #}