Indefero

Indefero Commit Details


Date:2011-05-31 04:06:39 (13 years 6 months ago)
Author:William MARTIN
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:b9407f6aee6eff9e9c8174b1ecab761c898ae949
Parents: d079838818f12b5440e1d6c75a2af11876a906a7
Message:Add some nobr, to keep the text formated when the message is long

Changes:

File differences

src/IDF/templates/idf/source/git/tree.html
3232
3333
3434
35
35
3636
3737
38
38
3939
4040
41
41
4242
4343
4444
<tr>
<td class="fileicon"><img src="{media '/idf/img/'~$file.type~'.png'}" alt="{$file.type}" /></td>
{if $file.type != 'extern'}
<td{if $file.type == 'tree'} colspan="4"{/if}><a href="{$url}">{$file.file}</a></td>{else}<td><a href="#" title="{$file.hash}">{$file.file}</a></td>{/if}
<td{if $file.type == 'tree'} colspan="4"{/if}><a href="{$url}"><nobr>{$file.file}</nobr></a></td>{else}<td><a href="#" title="{$file.hash}"><nobr>{$file.file}</nobr></a></td>{/if}
{if $file.type == 'blob'}
{if isset($file.date) and $file.log != '----'}
<td><span class="smaller">{$file.date|dateago:"without"}</span></td>
<td><span class="smaller"><nobr>{$file.date|dateago:"without"}</nobr></span></td>
<td><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false}</span></td>
{else}<td colspan="2"></td>{/if}
<td>{$file.size|size}</td>{/if}
<td><nobr>{$file.size|size}</nobr></td>{/if}
{if $file.type == 'extern'}
<td colspan="3">{$file.extern}</td>
{/if}

Archive Download the corresponding diff file

Page rendered in 0.07534s using 13 queries.