Added the visualisation of a commit.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach $changes as $change}
|
||||
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $change.commit)}
|
||||
{aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $change.commit)}
|
||||
<tr class="log">
|
||||
<td><a href="{$url}">{$change.date|dateago:"wihtout"}</a></td>
|
||||
<td>{$change.title}{if $change.full_message}<br /><br />{$change.full_message}{/if}</td>
|
||||
@@ -23,9 +23,6 @@
|
||||
</div>
|
||||
|
||||
</td>
|
||||
{* <td><span class="smaller">{trans 'Tree:'} <a href="{$url}">{$change.commit}</a><br />
|
||||
{trans 'By:'} {$change.author|strip_tags}
|
||||
</span></td> *}
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user