Remove EditLink

This commit is contained in:
George Drummond
2019-06-12 16:57:24 -04:00
parent aac02e8889
commit 5228b2b33c

View File

@@ -1,8 +0,0 @@
{% from "components/icon.html" import Icon %}
{% macro EditLink(url) -%}
<a class='icon-link' href='{{ url }}'>
{{ Icon('edit') }}
<span>edit</span>
</a>
{% endmacro %}