X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Fref%2Fhistory.tt2;h=e20dda77d4c5e7641bdad6599e77f058e7e9d234;hb=a2ae6c8debbcb2a9117d0bcbba76195b1acb33fe;hp=0e5ee10f99849a21148576f71c0f9868f630892c;hpb=e404e9a6ba9fc91298334246c503009f408eb737;p=catagits%2FGitalist.git diff --git a/root/fragment/ref/history.tt2 b/root/fragment/ref/history.tt2 index 0e5ee10..e20dda7 100755 --- a/root/fragment/ref/history.tt2 +++ b/root/fragment/ref/history.tt2 @@ -1,8 +1,7 @@ [% BLOCK history_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] -[%# FIXME: should c.req.arguments.0 be path instead? %] -<[% cell %] colspan="2">Compare +<[% cell %] colspan="2">Compare <[% cell %]>sha1 <[% cell %]>time <[% cell %]>message @@ -10,15 +9,15 @@ <[% cell %]>actions [% END %] -
+ [% PROCESS history_table_headfoot type = 'head' %] [% FOREACH line IN log_lines %] - - + + @@ -41,12 +40,14 @@ [% END %] - +
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %] [% time_since(line.authored_time) %]
CompareCompare
-[% - INCLUDE 'inc/log_pager.tt2'; -%] + +[% filename %] +[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] + +[% INCLUDE 'inc/log_pager.tt2' %]