Change everything round to be /ref/ instead of /commit/ as this makes more sense
[catagits/Gitalist.git] / root / ref / diff_fancy.tt2
CommitLineData
a35d5d2a 1[% PROCESS 'nav/actions.tt2' object = commit %]
2
3<div class='content'>
4 <div class='commit-message'>
493327c8 5 [% short_cmt(Commit.comment) | html %]
a35d5d2a 6 </div>
7
b0265bca 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) %]
a35d5d2a 10 </div>
11
12
2980657b 13 [% subinclude('/fragment/ref/diff_fancy', c.req.captures c.req.args.to_path) %]
a35d5d2a 14</div>