Changeset - f71d40380768
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-14 02:41:05
marcin@python-works.com
i18n
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -5,8 +5,8 @@
 
		${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
 
		${h.hidden('diff2',c.file.changeset.raw_id)}
 
		${h.select('diff1',c.file.changeset.raw_id,c.file_history)}
 
		${h.submit('diff','diff to revision',class_="ui-btn")}
 
		${h.submit('show_rev','show at revision',class_="ui-btn")}
 
		${h.submit('diff',_('diff to revision'),class_="ui-btn")}
 
		${h.submit('show_rev',_('show at revision'),class_="ui-btn")}
 
		${h.end_form()}
 
		</div>
 
	</dd>
0 comments (0 inline, 0 general)