mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpers/issues_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18516 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -515,7 +515,7 @@ module IssuesHelper
|
||||
diff_link = link_to 'diff',
|
||||
diff_journal_url(detail.journal_id, :detail_id => detail.id, :only_path => options[:only_path]),
|
||||
:title => l(:label_view_diff)
|
||||
s << " (#{ diff_link })"
|
||||
s << " (#{diff_link})"
|
||||
end
|
||||
s.html_safe
|
||||
elsif detail.value.present?
|
||||
|
||||
Reference in New Issue
Block a user