added delete timesheet records action for users #67 (#72)

This commit is contained in:
Kevin Papst
2018-01-09 21:47:32 +01:00
committed by GitHub
parent 03896e3a1a
commit 42bf4f41f7
6 changed files with 39 additions and 6 deletions

View File

@@ -167,7 +167,7 @@
{% endmacro %}
{% macro button_action(icon, url) %}
<a href="{{ url }}" class="btn btn-default">
<a href="{{ url }}" class="btn btn-default btn-{{ icon }}">
<i class="fa fa-{{ icon }}"></i>
</a>
{% endmacro %}