v3ss0n / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

Outdated link to rietveld changelog #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Open any page of a rietveld instance, have a look at the revision link at the 
bottom right.

What is the expected output? What do you see instead?
The link should point to http://code.google.com/p/rietveld/source/list, instead 
it points to http://code.google.com/p/rietveld/updates/list (a page that no 
longer exists, the change on Google Code happened around May this year).

This needs to be corrected in templates/base.html file:

-  <div style="margin-top: .3em;">This is Rietveld <a 
href='http://code.google.com/p/rietveld/updates/list'>{{rietveld_revision}}</a><
/div>
+  <div style="margin-top: .3em;">This is Rietveld <a 
href='http://code.google.com/p/rietveld/source/list'>{{rietveld_revision}}</a></
div>

Original issue reported on code.google.com by t...@adblockplus.org on 14 Sep 2012 at 6:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3555e821a5cd.

Original comment by guido@google.com on 14 Sep 2012 at 7:00

GoogleCodeExporter commented 9 years ago
Thanks, fixed and live.

Original comment by gvanrossum@gmail.com on 14 Sep 2012 at 7:00