##// END OF EJS Templates
Dots allowed in custom field name (#1723)....
Dots allowed in custom field name (#1723). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1760 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1505:aa0beecad0fa
r1759:2042e3bbd9bb
Show More
_file.rhtml
11 lines | 336 B | text/html+ruby | RhtmlLexer
<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>