[Hejes-devel] [777] add link to release date in footer
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Wed May 29 14:58:49 CEST 2013
Revision: 777
Author: mihaltz
Date: 2013-05-29 14:58:49 +0200 (Wed, 29 May 2013)
Log Message:
-----------
add link to release date in footer
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/views/layout.html
Modified: trunk/web2py/applications/helyesiras_webdev/views/layout.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/views/layout.html 2013-05-29 11:05:24 UTC (rev 776)
+++ trunk/web2py/applications/helyesiras_webdev/views/layout.html 2013-05-29 12:58:49 UTC (rev 777)
@@ -421,7 +421,7 @@
<div style="float: left;"> © 2013 MTA Nyelvtudományi Intézet</div>
<div style="float: right;">
{{from VERSION import HELYES_APP_VERSION, HELYES_APP_DATE}}
- v{{=HELYES_APP_VERSION}} {{=HELYES_APP_DATE}}
+ v{{=HELYES_APP_VERSION}} {{=A(HELYES_APP_DATE, _href=URL(f='dates', vars={'q': HELYES_APP_DATE}))}}
</div>
<div style="clear: both;"></div><!-- Clear the divs -->
{{end}}
More information about the Hejes-devel
mailing list