Remove EditLink

This commit is contained in:
George Drummond 2019-06-12 16:57:24 -04:00
parent aac02e8889
commit 5228b2b33c
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

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 %}