Sha256: 4e12d6a53ee2a939fe9dc5968736ae6fa0617ade772dac34325bd74a363d524e
Contents?: true
Size: 452 Bytes
Versions: 5
Compression:
Stored size: 452 Bytes
Contents
<% # Clients of this partial must supply the following variables: # name # id # value # options %> <%= render :partial => "sketchily/embed", :formats => :html, :locals => {:id => id, :value => value}.merge(options.slice(*Sketchily::OPTIONS)) %> <%= tag :input, { "type" => "hidden", "name" => name, "id" => id, "value" => value }.update(options.except(*Sketchily::OPTIONS).stringify_keys) %>
Version data entries
5 entries across 5 versions & 1 rubygems