From 5f75554ba58fe0d7fb89fd2c465c51fa637db45a Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 28 Feb 2018 16:14:51 +0000
Subject: [PATCH] adding fixed activity feed button

---
 opentech/apply/funds/templates/funds/submissions.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/opentech/apply/funds/templates/funds/submissions.html b/opentech/apply/funds/templates/funds/submissions.html
index f039d269e..7fc318f15 100644
--- a/opentech/apply/funds/templates/funds/submissions.html
+++ b/opentech/apply/funds/templates/funds/submissions.html
@@ -43,6 +43,9 @@
 {% include "activity/include/action_list.html" %}
 {% include "activity/include/all_activity_list.html" %}
 
+<a href="#" class="js-open-feed link link--open-feed">
+    <h4 class="heading heading--no-margin">Activity Feed</h4>
+</a>
 {% endblock %}
 
 {% block extra_js %}
-- 
GitLab