diff options
Diffstat (limited to 'res/templates')
-rw-r--r-- | res/templates/notif.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |