Fix indent.
This commit is contained in:
parent
a5841b820f
commit
18ec85dfea
|
@ -67,8 +67,8 @@ class Honor
|
||||||
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).count == 0 rescue false)
|
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).count == 0 rescue false)
|
||||||
end
|
end
|
||||||
pd_title << {
|
pd_title << {
|
||||||
"plugin_data_title" => I18n.t("personal_honor.#{t}")
|
"plugin_data_title" => I18n.t("personal_honor.#{t}")
|
||||||
} if !fields_to_remove.include?(t)
|
} if !fields_to_remove.include?(t)
|
||||||
end
|
end
|
||||||
|
|
||||||
fields_to_show = fields_to_show - fields_to_remove
|
fields_to_show = fields_to_show - fields_to_remove
|
||||||
|
|
Loading…
Reference in New Issue