From 107afcf61c89d7857b91af506e10adf34edd7544 Mon Sep 17 00:00:00 2001 From: Philip Arkcoll Date: Tue, 9 Sep 2008 13:26:34 +0000 Subject: [PATCH] KTS-3672 "Add workflow transition comment to worklow viewlet" Fixed. Added transition comment to workflow viewlet --- templates/ktcore/document/viewlets/workflow.smarty | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/templates/ktcore/document/viewlets/workflow.smarty b/templates/ktcore/document/viewlets/workflow.smarty index b9019fc..028e631 100644 --- a/templates/ktcore/document/viewlets/workflow.smarty +++ b/templates/ktcore/document/viewlets/workflow.smarty @@ -11,4 +11,11 @@
  • {$info.name}
  • {/foreach} + + {if !is_null($comment)} +
    +

    {i18n}Last Comment{/i18n}

    + "{$comment}" +
    + {/if} -- libgit2 0.21.4