final design tidy up - handing over now
[catagits/Gitalist.git] / root / ref / blame.tt2
1 [%- BLOCK blame_table_headfoot %]
2 <tr>
3  <th>Author</th>
4  <th>Date</th>
5  <th width="80" nowrap="nowrap">ID (sha1)</thd>
6  <th></tdh>
7  <th class='data'>Data</th>
8 </tr>
9 [% END -%]
10
11 [%- INCLUDE inc/syntax_highlight_css.tt2 -%]
12
13
14
15
16
17
18
19 <div id='blame'>
20 <table class="listing">
21  <thead>
22   [% PROCESS blame_table_headfoot %]
23  </thead>
24
25  <tbody>
26  [% subinclude('/fragment/ref/blame', c.req.captures, c.req.arguments.to_path ) %]
27  </tbody>
28 </table>
29 </div>
30
31 <h2>[% INCLUDE 'nav/path.tt2' %]</h2>
32
33
34 [% IF object.type == 'commit' %]
35 <div class='commit-message'>[% short_cmt(head.comment) %]</div>
36 [% END %]
37