Sha256: 0cc269f12a123df87281a2202de58c80fb1263618ef7c41b102eaeabc05d12bb
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
<p class="attrlistparam"> <% if defined?(attrVal) value = attrVal.value suffix = rand(999999999999).to_s.center(13, rand(9).to_s) else value = '' suffix = "new_#{parent.id}" end %> <%= render("attr_val_" + parent.dataType + "_form", :parent => parent, :f => f, :suffix => suffix, :value => value) %> <%= f.hidden_field :_destroy %> <%= link_to_function "remove", "remove_attrlistvalues(this)" %> </p>
Version data entries
3 entries across 3 versions & 1 rubygems