global

def text_field_show(object, attribute, turbo_frame: false)

def text_field_show(object, attribute, turbo_frame: false)
  link_to_inline_edit object, attribute, object[attribute].blank? ? "<i class='fi-plus'></i>".html_safe : object[attribute], from_callee: __callee__, turbo_frame: turbo_frame
end