_file.rhtml
11 lines
| 336 B
| text/html+ruby
|
RhtmlLexer
|
r1505 | <div class="autoscroll"> | ||
<table class="filecontent CodeRay"> | ||||
<tbody> | ||||
<% line_num = 1 %> | ||||
<% syntax_highlight(filename, to_utf8(content)).each_line do |line| %> | ||||
<tr><th class="line-num" id="L<%= line_num %>"><%= line_num %></th><td class="line-code"><pre><%= line %></pre></td></tr> | ||||
<% line_num += 1 %> | ||||
<% end %> | ||||
</tbody> | ||||
</table> | ||||
</div> | ||||