From 5228b2b33c9dcf8e3952cd76517637eaa4bf0c9d Mon Sep 17 00:00:00 2001 From: George Drummond Date: Wed, 12 Jun 2019 16:57:24 -0400 Subject: [PATCH] Remove EditLink --- templates/components/edit_link.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 templates/components/edit_link.html diff --git a/templates/components/edit_link.html b/templates/components/edit_link.html deleted file mode 100644 index 01f4fc0d..00000000 --- a/templates/components/edit_link.html +++ /dev/null @@ -1,8 +0,0 @@ -{% from "components/icon.html" import Icon %} - -{% macro EditLink(url) -%} - - {{ Icon('edit') }} - edit - -{% endmacro %}