From 0677a1b4dd1a07121b698a72093da4627b71b1c3 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 5 Sep 2018 16:17:16 -0400 Subject: [PATCH] Change placeholder links to "#" instead of "/" I keep clicking things and being sent to `/` unintentionally. --- templates/workspace_reports.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workspace_reports.html b/templates/workspace_reports.html index f5a70877..c41fac78 100644 --- a/templates/workspace_reports.html +++ b/templates/workspace_reports.html @@ -70,7 +70,7 @@ - + Manage Task Order @@ -145,7 +145,7 @@ {% for env_name, env_totals in monthly_totals['environments'][project_name].items() %} - {{ Icon('link') }} {{ env_name }} + {{ Icon('link') }} {{ env_name }} {{ env_totals.get(two_months_ago, 0) | dollars }} {{ env_totals.get(prev_month, 0) | dollars }} {{ env_totals.get(current_month, 0) | dollars }}