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
commit 0f3e70798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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