Controller::ActionRole is dead
[catagits/Gitalist.git] / root / ref / blame.tt2
CommitLineData
571348f6 1[%- BLOCK blame_table_headfoot %]
2<tr>
189f3b00 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>
571348f6 8</tr>
9[% END -%]
189f3b00 10
571348f6 11[%- INCLUDE inc/syntax_highlight_css.tt2 -%]
12
571348f6 13
571348f6 14
189f3b00 15
16
17
571348f6 18
19<div id='blame'>
189f3b00 20<table class="listing">
571348f6 21 <thead>
22 [% PROCESS blame_table_headfoot %]
23 </thead>
24
571348f6 25 <tbody>
2980657b 26 [% subinclude('/fragment/ref/blame', c.req.captures, c.req.arguments.to_path ) %]
571348f6 27 </tbody>
28</table>
29</div>
30
189f3b00 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