Skip to content

Instantly share code, notes, and snippets.

@sentientmonkey
Created April 7, 2013 06:10
Show Gist options
  • Select an option

  • Save sentientmonkey/5329255 to your computer and use it in GitHub Desktop.

Select an option

Save sentientmonkey/5329255 to your computer and use it in GitHub Desktop.
awesome tacos
<%= raw CGI.unescapeHTML(Mustache.render(@bio.madlib.body, Hash[@bio.madlib.values.map{|k,v| [k, content_tag(:div, text_field_tag("bio[values][#{k}]", (@bio.values[k] if @bio.values), :placeholder => v), :class => 'input-container')]}])) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment