Fixed base template URL to tagged version of the deployed source code.
authorMadhusudan C.S. <madhusudancs@gmail.com>
Tue, 07 Jul 2009 21:16:57 +0200
changeset 2569 494a4fb98649
parent 2568 5c456c4d0a0b
child 2570 851640749319
Fixed base template URL to tagged version of the deployed source code. The old link revered to SVN based projects. Reviewed by: Lennard de Rijk
app/soc/templates/soc/base.html
--- a/app/soc/templates/soc/base.html	Tue Jul 07 20:02:27 2009 +0200
+++ b/app/soc/templates/soc/base.html	Tue Jul 07 21:16:57 2009 +0200
@@ -218,7 +218,7 @@
 ><img src="/soc/content/images/melange-logo.jpg" alt="Powered by Melange"/></a>
 <br>
 {% if soc_release %}
-<a href="http://code.google.com/p/soc/source/browse/tags/{{ soc_release }}"
+<a href="http://code.google.com/p/soc/source/browse/?r=v{{ soc_release }}"
 target="_blank">Release {{ soc_release }}</a>
 {% else %}
 <a href="http://code.google.com/p/soc/source/browse/trunk"