Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ff/ff62b4bdd41363f9cdc9bf0c3cbe24d3f90f2713.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <div class="autoscroll"> | |
2 <table class="filecontent syntaxhl"> | |
3 <tbody> | |
4 <% line_num = 1 %> | |
5 <% syntax_highlight(filename, Redmine::CodesetUtil.to_utf8_by_setting(content)).each_line do |line| %> | |
6 <tr> | |
7 <th class="line-num" id="L<%= line_num %>"> | |
8 <a href="#L<%= line_num %>"><%= line_num %></a> | |
9 </th> | |
10 <td class="line-code"> | |
11 <pre><%= line %></pre> | |
12 </td> | |
13 </tr> | |
14 <% line_num += 1 %> | |
15 <% end %> | |
16 </tbody> | |
17 </table> | |
18 </div> |