[Bps-public-commit] rt-extension-mobileui branch, master, updated. fcf281b155e7a33eae05f15d04aa7e4c5e034631
Jesse Vincent
jesse at bestpractical.com
Wed Aug 4 18:06:49 EDT 2010
The branch, master has been updated
via fcf281b155e7a33eae05f15d04aa7e4c5e034631 (commit)
from 23fa073d9f7bcdb063be02031d12aef4c252f7ae (commit)
Summary of changes:
html/m/ticket/history | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit fcf281b155e7a33eae05f15d04aa7e4c5e034631
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Aug 4 15:08:46 2010 -0700
history latest first in mobile
diff --git a/html/m/ticket/history b/html/m/ticket/history
index 69bc7d5..2aad33c 100644
--- a/html/m/ticket/history
+++ b/html/m/ticket/history
@@ -11,7 +11,7 @@ my $history = $t->Transactions()->ItemsArrayRef;
<& /m/_elements/ticket_menu, ticket => $t &>
<&|/Widgets/TitleBox &>
<ul class="history-list">
-% for my $entry (@$history) {
+% for my $entry (reverse @$history) {
<li>
<% $entry->CreatedObj->AgeAsString() %> -
<& /Elements/ShowUser, User => $entry->CreatorObj &> -
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list