From: Toshi MARUYAMA Date: Sun, 20 Nov 2011 04:17:19 +0000 (+0000) Subject: code layout clean up app/views/common/_file.html.erb X-Git-Tag: 1.3.0~154 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2d7f0d66b25965383d598107cf7c8b88f376944f;p=redmine.git code layout clean up app/views/common/_file.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7858 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/common/_file.html.erb b/app/views/common/_file.html.erb index 13ad8bbda..db00c0617 100644 --- a/app/views/common/_file.html.erb +++ b/app/views/common/_file.html.erb @@ -3,8 +3,15 @@ <% line_num = 1 %> <% syntax_highlight(filename, to_utf8(content)).each_line do |line| %> -<%= line_num %>
<%= line %>
-<% line_num += 1 %> + + + <%= line_num %> + + +
<%= line %>
+ + + <% line_num += 1 %> <% end %>