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