Sha256: 741241028d7d5fa2f173d0434ede3aaf588a484159d9509d51e4f822c14466a2

Contents?: true

Size: 265 Bytes

Versions: 11

Compression:

Stored size: 265 Bytes

Contents

<%# @param object [model] model instance %>
<%# @param field_name [String] name of the field %>
<%# @param value [Object] value of the field %>
<%# @param metadata [Hash] metadata of the field %>
<%= if value.nil?
  null
else
  content_tag :code, '********'
end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wallaby-8.0.0 app/views/wallaby/resources/index/_password.html.erb
wallaby-7.0.0 app/views/wallaby/resources/index/_password.html.erb
wallaby-7.0.0.beta2 app/views/wallaby/resources/index/_password.html.erb
wallaby-7.0.0.beta1 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.6 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.5 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.4 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.3 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.2 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.1 app/views/wallaby/resources/index/_password.html.erb
wallaby-6.1.0 app/views/wallaby/resources/index/_password.html.erb