From ec3bef300be358eca277fe792903ea63601b5f74 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 5 Dec 2012 13:32:09 -0500 Subject: [PATCH] activity: Provide a link from the app For humbughq.com users only. Opens in a new tab. (imported from commit 509905ebfacb45a454e863e8309896ffd3c538be) --- templates/zephyr/index.html | 9 +++++++++ zephyr/views.py | 9 ++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 5be9156f5c..8d0af392f9 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -148,6 +148,15 @@ var people_list = [ {% endif %} + {% if show_activity %} +
  • + + + Activity + +
  • + {% endif %} +