From 36bb5c23831444f35c018923be8d8c0b0562b331 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Thu, 28 Apr 2016 17:28:48 +0100
Subject: [PATCH] Fix notification link

---
 res/templates/notif.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/templates/notif.html b/res/templates/notif.html
index 70f5655352..3112df9704 100644
--- a/res/templates/notif.html
+++ b/res/templates/notif.html
@@ -29,6 +29,6 @@
         {% endfor %}
     </div>
     <div class="notif_link">
-        <a href="{{ link }}">View in Vector</a>
+        <a href="{{ notif.link }}">View</a>
     </div>
 </div>
-- 
GitLab