Merge pull request #905 from dod-ccpo/remove-edit-link

Remove EditLink
This commit is contained in:
George Drummond
2019-06-13 09:56:33 -04:00
committed by GitHub

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