2009-07-08 13:49:16 +02:00
|
|
|
{extends "idf/source/changelog.html"}
|
|
|
|
{block context}
|
|
|
|
<form class="star" action="{url 'IDF_Views_Source_Svn::changelogRev', array($project.shortname)}" method="get">
|
|
|
|
<p><strong>{trans 'Revision:'}</strong> {$commit}</p>
|
|
|
|
<p>
|
|
|
|
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
|
2011-05-31 13:39:55 +02:00
|
|
|
<input type="submit" name="s" value="{trans 'Switch'}" />
|
2009-07-08 13:49:16 +02:00
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
{/block}
|
|
|
|
|