comparison pylons_app/templates/files/files_source.html @ 129:42d46deb124d

implemented simple diffs for history of files.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 04 May 2010 00:54:00 +0200
parents 9deb6f1d5b90
children ea89ac73bef8
comparison
equal deleted inserted replaced
128:9deb6f1d5b90 129:42d46deb124d
5 <dd>${h.filesizeformat(c.files_list.size)}</dd> 5 <dd>${h.filesizeformat(c.files_list.size)}</dd>
6 <dt>${_('Options')}</dt> 6 <dt>${_('Options')}</dt>
7 <dd>history / annotate / raw </dd> 7 <dd>history / annotate / raw </dd>
8 <dt>${_('History')}</dt> 8 <dt>${_('History')}</dt>
9 <dd> 9 <dd>
10 ${h.form(h.url.current())} 10 ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='GET')}
11 ${h.hidden('diff2',c.files_list.changeset._short)} 11 ${h.hidden('diff2',c.files_list.changeset._short)}
12 ${h.select('diff1','',c.file_history)} 12 ${h.select('diff1','',c.file_history)}
13 ${h.submit('diff','diff')} 13 ${h.submit('diff','diff')}
14 ${h.end_form()} 14 ${h.end_form()}
15 </dd> 15 </dd>