Changeset - f3d8ff6f96cc
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-03-18 15:41:48
marcin@python-works.com
Added better looking revision for filebrowser
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_browser.html
Show inline comments
 
@@ -81,7 +81,7 @@
 
		             <td>
 
		             	%if node.is_file():
 
		             		<span class="tooltip" title="${node.last_changeset.raw_id}">
 
		             		${node.last_changeset.revision}</span>
 
		             		${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}</span>
 
		             	%endif
 
		             </td>
 
		             <td>
0 comments (0 inline, 0 general)