Change everything round to be /ref/ instead of /commit/ as this makes more sense
[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   [% subinclude('/fragment/ref/diff_fancy', c.req.captures c.req.args.to_path) %]
14 </div>