58d171f62664fe8eb96317b5c7d8ab8afc917010
[catagits/Gitalist.git] / root / blob.tt2
1 <link rel="stylesheet" type="text/css" href="/static/css/syntax/[% language %].css"/>
2
3 [% PROCESS 'nav/actions.tt2' object = head %]
4 <div class='commit-message'>
5 [% head.comment.substr(0, 85) %] ...
6 </div>
7 <div class='path'>
8  <a href="[% c.uri_for("tree", {hb=head.sha1}) %]">[% project %]</a>
9  [% # XXX The last part should link to blob_plain (or something) but doesn't ATM
10     FOREACH part IN filename.split('/') %]
11  / <a href="[% c.uri_for("tree", {hb=head.sha1}) %]">[% part %]</a>
12  [% END %]
13 </div>
14 <div>
15  <pre class='blob'>[% blob %]</pre>
16 </div>