Changeset - 9205fa080554
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-10 00:11:18
marcin@python-works.com
fixed shortlog for new narrower gui.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/shortlog/shortlog_data.html
Show inline comments
 
@@ -11,13 +11,13 @@
 
		<th class="left">${_('links')}</th>
 
		
 
	</tr>
 
%for cnt,cs in enumerate(c.repo_changesets):
 
	<tr class="parity${cnt%2}">
 
        <td>
 
            ${h.link_to(h.truncate(cs.message,60),
 
            ${h.link_to(h.truncate(cs.message,50),
 
            h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id),
 
            title=cs.message)}
 
        </td>
 
        <td><span class="tooltip" tooltip_title="${cs.date}">
 
                      ${h.age(cs.date)}</span>
 
        </td>        	
0 comments (0 inline, 0 general)