From 386ff894fc10422d6d89c02c4822feb527a3de44 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Thu, 13 Nov 2008 14:19:18 +0100 Subject: [PATCH] Cleaned the view of a commit. Removed the unnecessary "tree" information. Added direct link to the files at the given commit. --- src/IDF/templates/source/commit.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/IDF/templates/source/commit.html b/src/IDF/templates/source/commit.html index d912890..1f8c036 100644 --- a/src/IDF/templates/source/commit.html +++ b/src/IDF/templates/source/commit.html @@ -12,9 +12,6 @@ {trans 'Commit:'}{$cobject.commit} -{trans 'Tree:'}{$cobject.tree}

- - {trans 'Message:'}{issuetext $cobject.title, $request}{if isset($cobject.full_message)}

{issuetext $cobject.full_message, $request}{/if} {if count($diff.files)} @@ -23,7 +20,7 @@ {foreach $diff.files as $filename=>$diffdef} {assign $ndiff = count($diffdef['chunks'])} -{$filename} ({blocktrans $ndiff}{$ndiff} diff{plural}{$ndiff} diffs{/blocktrans})
+{$filename} ({blocktrans $ndiff}{$ndiff} diff{plural}{$ndiff} diffs{/blocktrans})
{/foreach}