From: Yasin Date: Mon, 1 Dec 2014 10:44:29 +0000 (+0100) Subject: f4f portal:reputation plugin button added X-Git-Tag: myslice-1.1~26^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=6a3567b52967c88239e0ee7fa5e1dc18aa60c595 f4f portal:reputation plugin button added --- 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/"; });