From 6e35d2f0e9f5573cb01f5c24169415dc2e8fa4e5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 May 2013 07:09:02 +0000 Subject: Highlighting of source link target line (#13746). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11857 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_file.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/common') diff --git a/app/views/common/_file.html.erb b/app/views/common/_file.html.erb index 22126b949..95e0fb998 100644 --- a/app/views/common/_file.html.erb +++ b/app/views/common/_file.html.erb @@ -3,8 +3,8 @@ <% line_num = 1 %> <% syntax_highlight_lines(filename, Redmine::CodesetUtil.to_utf8_by_setting(content)).each do |line| %> - - + + <%= line_num %> -- cgit v1.2.3