Mercurial > p > roundup > code
changeset 4712:2b1f2e62e8e7
Template responsive: footer link fixed and hardcoded last modfied date removed.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 27 Dec 2012 23:31:17 +0100 |
| parents | 146458fb53b3 |
| children | c92fcb355911 |
| files | CHANGES.txt share/roundup/templates/responsive/html/page.html |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 23 21:59:33 2012 +0300 +++ b/CHANGES.txt Thu Dec 27 23:31:17 2012 +0100 @@ -11,7 +11,8 @@ Fixed: -- ... +- [Minor] Template responsive: footer link fixed and hardcoded + last modfied date removed. (Bernhard Reiter) 2012-12-21: 1.4.21
--- a/share/roundup/templates/responsive/html/page.html Sun Dec 23 21:59:33 2012 +0300 +++ b/share/roundup/templates/responsive/html/page.html Thu Dec 27 23:31:17 2012 +0100 @@ -262,8 +262,7 @@ </div> <!-- row-fluid --> <footer> <hr> - A <a href='http://roundup.sourceforge.net/'>roundup</a> instance. - Last modified: Wed Dec 13 2012. + A <a href='http://www.roundup-tracker.org/'>Roundup Issue Tracker</a> instance. </footer> </div> <!-- container --> <pre tal:condition="request/form/deissue | nothing" tal:content="request"></pre>
