Skip to content

Instantly share code, notes, and snippets.

@mergulhao
Created August 5, 2009 19:34
Show Gist options
  • Save mergulhao/162895 to your computer and use it in GitHub Desktop.
Save mergulhao/162895 to your computer and use it in GitHub Desktop.
title = content_tag(:h3, "#{_("Tags")}:", :class => "tags")
title << content_tag(:ul, links.map { |link| content_tag :li, link }, :class => "tags")
content_tag :div, title, :class => "tags"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment