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