From bb6e90ef82adf4095bae196c7e84f22e7a656947 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 1 Oct 2018 15:26:54 -0400 Subject: [PATCH] Use time icon for activity history --- templates/navigation/global_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navigation/global_navigation.html b/templates/navigation/global_navigation.html index 51c81571..b11b5d3e 100644 --- a/templates/navigation/global_navigation.html +++ b/templates/navigation/global_navigation.html @@ -27,7 +27,7 @@ {% endif %} {% if g.Authorization.can_view_audit_log(g.current_user) %} - {{ SidenavItem("Activity History", url_for('atst.activity_history'), icon="document", active=g.matchesPath('/activity-history')) }} + {{ SidenavItem("Activity History", url_for('atst.activity_history'), icon="time", active=g.matchesPath('/activity-history')) }} {% endif %}