From 258a70d2bd2d4665277f6bbd9fb815b277ec7542 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 28 Feb 2018 12:56:12 +0000
Subject: [PATCH] moving time zone into time element

---
 opentech/apply/funds/templates/funds/includes/feed-item.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opentech/apply/funds/templates/funds/includes/feed-item.html b/opentech/apply/funds/templates/funds/includes/feed-item.html
index 7a4d683ef..f0c38f97f 100644
--- a/opentech/apply/funds/templates/funds/includes/feed-item.html
+++ b/opentech/apply/funds/templates/funds/includes/feed-item.html
@@ -10,8 +10,7 @@
         <div class="feed__meta">
             <p class="feed__label feed__label--{{type}} feed__label--mobile">{{type|capfirst}}</p>
             <p class="feed__meta-item">mm.dd.yy</p>
-            <p class="feed__meta-item">4:47pm</p>
-            <p class="feed__meta-item">cet</p>
+            <p class="feed__meta-item">4:47pm cet</p>
             <p class="feed__meta-item feed__meta-item--progress"><span>(In discussion</span> <span>Proposal requested)</span></p>
         </div>
 
-- 
GitLab