google group, no chat

This commit is contained in:
mdipierro
2013-03-10 13:05:58 -05:00
parent 1279d5ddaa
commit 10c67e5be3
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.2-stable+timestamp.2013.03.10.12.54.30
Version 2.4.2-stable+timestamp.2013.03.10.13.05.17
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

+3 -2
View File
@@ -80,8 +80,9 @@
jQuery("[rel=tooltip]").tooltip();
});
</script>
<a style="position:fixed;bottom:0;left:0;z-index:1000" href="http://webchat.freenode.net/?channels=web2py" target="_blank">
<img src="{{=URL('static','images/chat.png')}}" />
<a style="position:fixed;bottom:0;left:0;z-index:1000" href="https://groups.google.com/forum/?fromgroups#!forum/web2py" target="_blank">
<!-- http://webchat.freenode.net/?channels=web2py" //-->
<img src="{{=URL('static','images/questions.png')}}" />
</a>
</body>
</html>