From 2d7f0d66b25965383d598107cf7c8b88f376944f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 20 Nov 2011 04:17:19 +0000 Subject: [PATCH] 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 --- app/views/common/_file.html.erb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 %> -- 2.39.5