diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 71381f89..eff5a7f1 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -52,17 +52,23 @@ class="fas fa-pencil-alt">
@@ -384,5 +390,9 @@ } } + $(function () { + $('[data-toggle="tooltip"]').tooltip() + }) + {% endblock %} \ No newline at end of file