Fixed the links in the history view.
[catagits/Gitalist.git] / root / ref / diff_fancy.tt2
1 [% PROCESS 'nav/actions.tt2' object = commit %]
2
3 <div class='content'>
4   <div class='commit-message'>
5   [% short_cmt(Commit.comment) | html %]
6   </div>
7
8   <div style="padding-bottom: 20px" class='author'>
9     <img style="float: left; padding-right: 10px" src="[% uri_for_gravatar(Commit.committer.email, 40) %]">[% Commit.author.name | html %] <br />[% time_since(Commit.authored_time) %]
10   </div>
11
12   [%
13     # What I really want is @{ c.req.args }
14     subinclude('/fragment/' _ c.action, c.req.captures, c.req.args.0 c.req.args.1)
15   %]
16 </div>