summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-07 12:42:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-08-07 12:42:42 +0000
commitc3d78f32c5be7db40e467f2266d0496a45d52cea (patch)
tree03960237856d303275a9dce0fc4ea2f9ec7abc3f /app/helpers/issues_helper.rb
parent81706a7e92edf3e9ff9583f198fa2e39a9f382e8 (diff)
downloadredmine-c3d78f32c5be7db40e467f2266d0496a45d52cea.tar.gz
redmine-c3d78f32c5be7db40e467f2266d0496a45d52cea.zip
remove spaces inside {} of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@19948 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/issues_helper.rb')
-rw-r--r--app/helpers/issues_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb
index 9c8383f1c..2e3b9b6f8 100644
--- a/app/helpers/issues_helper.rb
+++ b/app/helpers/issues_helper.rb
@@ -527,7 +527,7 @@ module IssuesHelper
label = l(relation_type[:name]) if relation_type
end
call_hook(:helper_issues_show_detail_after_setting,
- {:detail => detail, :label => label, :value => value, :old_value => old_value })
+ {:detail => detail, :label => label, :value => value, :old_value => old_value})
label ||= detail.prop_key
value ||= detail.value