Mercurial > hg > soundsoftware-site
view .svn/pristine/ff/ff62b4bdd41363f9cdc9bf0c3cbe24d3f90f2713.svn-base @ 985:acaa61dde68b bug_522
Allow file attachment to wrap to avoid extra-wide text field
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 26 Oct 2012 17:18:52 +0100 |
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>