Mercurial > hg > soundsoftware-site
view .svn/pristine/ff/ff62b4bdd41363f9cdc9bf0c3cbe24d3f90f2713.svn-base @ 1227:eb168c1e9553 live
Show maximum of 10 colleagues
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 15:45:41 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<div class="autoscroll"> <table class="filecontent syntaxhl"> <tbody> <% line_num = 1 %> <% syntax_highlight(filename, Redmine::CodesetUtil.to_utf8_by_setting(content)).each_line do |line| %> <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> <% line_num += 1 %> <% end %> </tbody> </table> </div>