srchub

srchub Commit Details


Date:2016-03-26 15:58:47 (8 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:99137ee2338f2948950eaab6a8c7e6bcbee52df9
Parents: f6d60fdc35b38030f83730768ef7418640a61f9a
Message:Issue 145: Submodules don't link correctly

Changes:

File differences

indefero/src/IDF/templates/idf/source/git/tree.html
3232
3333
3434
35
36
37
38
39
40
41
42
43
44
35
36
37
38
39
40
41
42
43
44
45
46
47
4548
4649
4750
<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}"><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"><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><nobr>{$file.size|size}</nobr></td>{/if}
{if $file.type == 'extern'}
<td colspan="3">{$file.extern}</td>
{/if}
<td{if $file.type == 'tree'} colspan="4"{/if}><a href="{$url}"><nobr>{$file.file}</nobr></a></td>
{else}
<td colspan="4"><a href="{$file.extern}" 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"><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><nobr>{$file.size|size}</nobr></td>
{/if}
</tr>
{/foreach}
</tbody>

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05503s using 20 queries.