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