From 6a3567b52967c88239e0ee7fa5e1dc18aa60c595 Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 1 Dec 2014 11:44:29 +0100 Subject: [PATCH] f4f portal:reputation plugin button added --- portal/templates/fed4fire/fed4fire_home-view.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index f0d2387b..4cca20be 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -110,6 +110,9 @@
+
+ +
@@ -188,6 +191,9 @@
+
+ +
@@ -254,6 +260,9 @@ $('button#statbtn').click(function() { window.location="https://flsmonitor.fed4fire.eu"; }); + $('button#repbtn').click(function() { + window.location="/portal/reputation"; + }); $('button#signupbtn').click(function() { window.location="/portal/register/"; }); -- 2.43.0