浏览代码

Fix rubocop warning (Add empty line after guard clause).


git-svn-id: https://svn.redmine.org/redmine/trunk@21655 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Marius Balteanu 2 年前
父节点
当前提交
b1352bb1e6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      app/helpers/application_helper.rb

+ 1
- 0
app/helpers/application_helper.rb 查看文件

@@ -296,6 +296,7 @@ module ApplicationHelper
end
when 'CustomValue', 'CustomFieldValue'
return "" unless object.customized&.visible?

if object.custom_field
f = object.custom_field.format.formatted_custom_value(self, object, html)
if f.nil? || f.is_a?(String)

正在加载...
取消
保存