##// END OF EJS Templates
Adds #delete_menu_item to the plugin API (#2087)....
Adds #delete_menu_item to the plugin API (#2087). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1952 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1505:aa0beecad0fa
r1950:5f9f6ea2e173
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>