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 %>